Update start-6001-to-16000m.sh

ended up modifying auto-fix-script instead for check of 32bit ARM. Changing this setting back to higher RAM usage on 64bit machines
This commit is contained in:
crowetic 2023-06-03 12:55:05 -07:00 committed by GitHub
parent bde4e3949f
commit ec45361c28
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="-Xss1256k -Xmx3200m"
JVM_MEMORY_ARGS="-Xss1556k -Xmx4400m"
# Although java.net.preferIPv4Stack is supposed to be false
# by default in Java 11, on some platforms (e.g. FreeBSD 12),