From be5c88f3362af9deb03eda47a207b6cf00701bf5 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Sat, 3 Jun 2023 12:29:35 -0700 Subject: [PATCH] Update start-6001-to-16000m.sh --- 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 3129b41..1b7ec4d 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 -Xmx4500m" +JVM_MEMORY_ARGS="-Xss1550k -Xmx4000m" # Although java.net.preferIPv4Stack is supposed to be false # by default in Java 11, on some platforms (e.g. FreeBSD 12),