From b1d0a9445bb61031b07b5a83b95ecf9edec02bdd Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Sun, 13 Nov 2022 10:13:27 -0800 Subject: [PATCH] Update start-modified-memory-args.sh Modified amount of RAM usage to 2.2GB and scripts to 2KB --- start-modified-memory-args.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-modified-memory-args.sh b/start-modified-memory-args.sh index 2212d83..b06a16f 100644 --- a/start-modified-memory-args.sh +++ b/start-modified-memory-args.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="-Xss2024k -Xmx2128m" +JVM_MEMORY_ARGS="-Xss2000k -Xmx2200m" # Although java.net.preferIPv4Stack is supposed to be false # by default in Java 11, on some platforms (e.g. FreeBSD 12),