Update start-modified-memory-args.sh

lowered overall RAM usage by a few hundred MB (for machines with less than 6GB of RAM)
This commit is contained in:
crowetic 2023-05-29 17:09:54 -07:00 committed by GitHub
parent 132e2af24e
commit dab44e3ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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="-Xss1250k -Xmx3200m"
JVM_MEMORY_ARGS="-Xss1250k -Xmx2750m"
# Although java.net.preferIPv4Stack is supposed to be false
# by default in Java 11, on some platforms (e.g. FreeBSD 12),