hainich/minecraft: add optimised GC options

keep-around/cfb0cd5013a0558dc6ef2575ee5df6cf1d4f250b
schweby 2021-04-03 20:32:46 +02:00
parent d48c7cdcac
commit cfb0cd5013
No known key found for this signature in database
GPG Key ID: B880491D046E2F87
1 changed files with 2 additions and 1 deletions

View File

@ -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";