Update start-32bit.sh

This commit is contained in:
crowetic 2024-12-02 10:32:39 -08:00 committed by GitHub
parent 42537d082f
commit eed46770d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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="-Xss1256k -Xms1750m -Xmx1750m"
#JVM_MEMORY_ARGS="
-Xms1750m \
-Xmx1750m \
-Xss1212k \
-XX:+HeapDumpOnOutOfMemoryError \
-XX:HeapDumpPath=./heapdump.hprof \
-XX:+UseG1GC \
-XX:MaxGCPauseMillis=300 \
-XX:InitiatingHeapOccupancyPercent=50 \
-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),