From 42537d082fce6ec6f5e062378b4c20856e6cd640 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:32:09 -0800 Subject: [PATCH] Update start-4GB.sh --- start-4GB.sh | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/start-4GB.sh b/start-4GB.sh index b426992..1eaf7d8 100644 --- a/start-4GB.sh +++ b/start-4GB.sh @@ -34,21 +34,6 @@ fi # Comment out for bigger systems, e.g. non-routers # or when API documentation is enabled JVM_MEMORY_ARGS="-XX:MaxRAMPercentage=80 -XX:+UseG1GC -Xss1024k" -#JVM_MEMORY_ARGS=" - -Xms2600m \ - -Xmx2600m \ - -Xss1024k \ - -XX:+HeapDumpOnOutOfMemoryError \ - -XX:HeapDumpPath=./heapdump.hprof \ - -XX:+UseG1GC \ - -XX:MaxGCPauseMillis=300 \ - -XX:InitiatingHeapOccupancyPercent=75 \ - -XX:ParallelGCThreads=4 \ - -XX:ConcGCThreads=2 \ - -XX:G1HeapRegionSize=32m \ - -XX:MaxTenuringThreshold=10 \ - -XX:+AlwaysPreTouch -" # Although java.net.preferIPv4Stack is supposed to be false