Update start-6001-to-16000m.sh

This commit is contained in:
crowetic 2024-12-02 10:31:32 -08:00 committed by GitHub
parent 90c86fc581
commit 540a7ab508
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ fi
# Limits Java JVM stack size and maximum heap usage.
# Comment out for bigger systems, e.g. non-routers
# or when API documentation is enabled
JVM_MEMORY_ARGS="-XX:MaxRAMPercentage50 -XX:+UseG1GC -Xss1024k"
JVM_MEMORY_ARGS="-XX:MaxRAMPercentage=50 -XX:+UseG1GC -Xss1024k"
# Although java.net.preferIPv4Stack is supposed to be false