hainich/minecraft: add optimised GC options
This commit is contained in:
parent
d48c7cdcac
commit
cfb0cd5013
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
|||
|
||||
eula = true;
|
||||
declarative = true;
|
||||
jvmOpts = "-Xmx1536M -Xms512M";
|
||||
jvmOpts = "-Xmx1536M -Xms512M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem
|
||||
-XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true";
|
||||
|
||||
serverProperties = {
|
||||
server-port = "25565";
|
||||
|
|
Loading…
Reference in a new issue