Reduced allocated RAM.
This commit is contained in:
parent
4a4e845869
commit
48bc0fc500
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user