From 540a7ab50821f9f92a40989bebe06a18ff6111f6 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:31:32 -0800 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 85c390f..a234db2 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:MaxRAMPercentage50 -XX:+UseG1GC -Xss1024k" +JVM_MEMORY_ARGS="-XX:MaxRAMPercentage=50 -XX:+UseG1GC -Xss1024k" # Although java.net.preferIPv4Stack is supposed to be false