diff --git a/user_jvm_args.txt b/user_jvm_args.txt index ae55b6d..5e0f075 100644 --- a/user_jvm_args.txt +++ b/user_jvm_args.txt @@ -6,4 +6,16 @@ # A good default for a modded server is 4GB. # Uncomment the next line to set it. --Xmx8G \ No newline at end of file +-Xmx8G +-Xms8G +-XX:+UseG1GC +-XX:ParallelGCThreads=12 +-XX:+DisableExplicitGC +-Dsun.rmi.dgc.server.gcInterval=2147483646 +-XX:+UnlockExperimentalVMOptions +-XX:G1NewSizePercent=20 +-XX:G1ReservePercent=20 +-XX:MaxGCPauseMillis=50 +-XX:G1HeapRegionSize=32M +-XX:SurvivorRatio=16 +-Xnoclassgc \ No newline at end of file