Skip to content

Commit

Permalink
Update deploy file from prod
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Nov 17, 2024
1 parent 8ea476f commit 4b2fe7c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docker/deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,22 +140,22 @@ services:
stop_grace_period: 7200s #should really be enough to finish all games
entrypoint:
- java
# Common JVM Options:
- -Xms6g
- -Xmx6g
# Common JVM Options:
- -Xms12g
- -Xmx12g
- -XX:HeapDumpPath=emergencydump.hprof
- -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
# Hotspot Options:
# - -XX:+HeapDumpOnOutOfMemoryError
# - -Xlog:gc*:logs/gc/gc-%t.log::filesize=1g
# - -XX:+UseG1GC
# - -XX:+ParallelRefProcEnabled
# - -XX:+UseStringDeduplication
# OpenJ9 Options
- -XX:+HeapDumpOnOutOfMemory
- -Xgcpolicy:balanced
- -Xverbosegclog:logs/gc/gc-%Y-%m-%d_%H-%M-%S.xml
# The Jar
# Hotspot Options:
- -XX:+HeapDumpOnOutOfMemoryError
- -Xlog:gc*:logs/gc/gc-%t.log::filesize=1g
- -XX:+UseG1GC
- -XX:+ParallelRefProcEnabled
- -XX:+UseStringDeduplication
# OpenJ9 Options
# - -XX:+HeapDumpOnOutOfMemory
# - -Xgcpolicy:balanced
# - -Xverbosegclog:logs/gc/gc-%Y-%m-%d_%H-%M-%S.xml
# The Jar
- -jar
- wolfia.jar

Expand Down

0 comments on commit 4b2fe7c

Please sign in to comment.