Skip to content

Commit

Permalink
Tune Memory-Options in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luechtdiode committed May 23, 2021
1 parent 83fbdea commit 4a2dd9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ ENTRYPOINT [ "java", "-cp", ".:app.jar:libs/*" \
, "-XX:+UseG1GC" \
, "-XX:MaxGCPauseMillis=30" \
, "-XX:G1HeapRegionSize=16m" \
, "-XX:InitiatingHeapOccupancyPercent=75" \
, "-XX:InitiatingHeapOccupancyPercent=70" \
, "-XX:MaxRAMPercentage=80" \
, "-XX:+ParallelRefProcEnabled" \
, "-XX:+PerfDisableSharedMem" \
, "-XX:+OptimizeStringConcat" \
, "-XX:+HeapDumpOnOutOfMemoryError" \
, "-Xms1000M" \
, "-Xmx1000M" \
, "-XX:MetaspaceSize=96M" \
, "ch.seidel.kutu.KuTuServer"]

0 comments on commit 4a2dd9f

Please sign in to comment.