diff options
| author | Luke Hoersten <[email protected]> | 2021-12-12 20:07:46 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-12-12 20:07:46 -0600 |
| commit | 18b2e8aea23a5f057dcbc6b4174644a06529ca88 (patch) | |
| tree | 2d58d1b6c9fd6628c527a0b0a246d5ebcd26c2cb /minecraft/server/templates/[email protected] | |
| parent | a78f7aaaaa7dcc7dc25f4ceb1653f08fc962fe6d (diff) | |
Updated versions.
Diffstat (limited to 'minecraft/server/templates/[email protected]')
| -rw-r--r-- | minecraft/server/templates/[email protected] | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraft/server/templates/[email protected] b/minecraft/server/templates/[email protected] index c9534c4..df1defb 100644 --- a/minecraft/server/templates/[email protected] +++ b/minecraft/server/templates/[email protected] @@ -9,7 +9,7 @@ Group={{minecraft_user}} WorkingDirectory={{minecraft_parent_dir}}/minecraft/%i Restart=on-failure RestartSec=20 5 -ExecStart=/opt/jdk-{{minecraft_java_version}}+{{minecraft_java_build}}/bin/java -Xms{{minecraft_mem}} -Xmx{{minecraft_mem}} -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 -jar server.jar nogui +ExecStart=/usr/bin/java -Xms{{minecraft_mem}} -Xmx{{minecraft_mem}} -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 -jar server.jar nogui PrivateTmp=true ProtectSystem=full |
