fixed issue with start script

This commit is contained in:
2024-11-29 21:14:29 -08:00
parent 679aaf5ced
commit 6d9df4886a
3 changed files with 3 additions and 45 deletions

View File

@@ -34,21 +34,7 @@ fi
# Comment out for bigger systems, e.g. non-routers
# or when API documentation is enabled
JVM_MEMORY_ARGS="-XX:MaxRAMPercentage40 -XX:+UseG1GC -Xss512k"
#JVM_MEMORY_ARGS="
-Xms6000m \
-Xmx6000m \
-Xss2048k \
-XX:+HeapDumpOnOutOfMemoryError \
-XX:HeapDumpPath=./heapdump.hprof \
-XX:+UseG1GC \
-XX:MaxGCPauseMillis=300 \
-XX:InitiatingHeapOccupancyPercent=55 \
-XX:ParallelGCThreads=4 \
-XX:ConcGCThreads=2 \
-XX:G1HeapRegionSize=32m \
-XX:MaxTenuringThreshold=10 \
-XX:+AlwaysPreTouch
"
# Although java.net.preferIPv4Stack is supposed to be false
# by default in Java 11, on some platforms (e.g. FreeBSD 12),