From 88b1d10b55f4e6cb1dc0311e743165c2c5ed79ee Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Wed, 24 May 2023 15:34:18 -0700 Subject: [PATCH] Update and rename start-6500-to-10000m.sh to start-6001-to-16000m.sh reconfigured concept --- start-6500-to-10000m.sh => start-6001-to-16000m.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename start-6500-to-10000m.sh => start-6001-to-16000m.sh (97%) diff --git a/start-6500-to-10000m.sh b/start-6001-to-16000m.sh similarity index 97% rename from start-6500-to-10000m.sh rename to start-6001-to-16000m.sh index b3e5daa..c9e6bf6 100644 --- a/start-6500-to-10000m.sh +++ b/start-6001-to-16000m.sh @@ -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 -Xmx4500m" +JVM_MEMORY_ARGS="-Xss1250k -Xmx4700m" # Although java.net.preferIPv4Stack is supposed to be false # by default in Java 11, on some platforms (e.g. FreeBSD 12),