From 48bc0fc500f641ab325556d809cc8c213d5f9df9 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 15 Jun 2022 20:54:00 -0500 Subject: [PATCH] Reduced allocated RAM. --- user_jvm_args.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user_jvm_args.txt b/user_jvm_args.txt index 5e0f075..9e5d979 100644 --- a/user_jvm_args.txt +++ b/user_jvm_args.txt @@ -6,10 +6,10 @@ # A good default for a modded server is 4GB. # Uncomment the next line to set it. --Xmx8G --Xms8G +-Xmx7G +-Xms7G -XX:+UseG1GC --XX:ParallelGCThreads=12 +-XX:ParallelGCThreads=8 -XX:+DisableExplicitGC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions