Reduced allocated RAM.

This commit is contained in:
Harrison Deng 2022-06-15 20:54:00 -05:00
parent 4a4e845869
commit 48bc0fc500

View File

@ -6,10 +6,10 @@
# A good default for a modded server is 4GB. # A good default for a modded server is 4GB.
# Uncomment the next line to set it. # Uncomment the next line to set it.
-Xmx8G -Xmx7G
-Xms8G -Xms7G
-XX:+UseG1GC -XX:+UseG1GC
-XX:ParallelGCThreads=12 -XX:ParallelGCThreads=8
-XX:+DisableExplicitGC -XX:+DisableExplicitGC
-Dsun.rmi.dgc.server.gcInterval=2147483646 -Dsun.rmi.dgc.server.gcInterval=2147483646
-XX:+UnlockExperimentalVMOptions -XX:+UnlockExperimentalVMOptions