From 90c86fc5812367a08a10d47709bc1181a913ad06 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:56:56 -0800 Subject: [PATCH] Update start-6001-to-16000m.sh modified Xss and percentage for 6000-16000 start script --- 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 cd6e7d3..85c390f 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="-XX:MaxRAMPercentage40 -XX:+UseG1GC -Xss512k" +JVM_MEMORY_ARGS="-XX:MaxRAMPercentage50 -XX:+UseG1GC -Xss1024k" # Although java.net.preferIPv4Stack is supposed to be false