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:
parent
132e2af24e
commit
dab44e3ddb
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user