From bde4e3949f93c071e4c83d9c5d4dbe527daaaa3f Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Sat, 3 Jun 2023 12:38:07 -0700 Subject: [PATCH] Update start-6001-to-16000m.sh changes for 8GB pi... --- start-6001-to-16000m.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-6001-to-16000m.sh b/start-6001-to-16000m.sh index 1b7ec4d..78a08d6 100644 --- a/start-6001-to-16000m.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="-Xss1550k -Xmx4000m" +JVM_MEMORY_ARGS="-Xss1256k -Xmx3200m" # Although java.net.preferIPv4Stack is supposed to be false # by default in Java 11, on some platforms (e.g. FreeBSD 12),