src.nth.io/

summaryrefslogtreecommitdiff
path: root/minecraft/server/templates/[email protected]
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-12-12 18:48:50 -0600
committerLuke Hoersten <[email protected]>2021-12-12 18:48:50 -0600
commita78f7aaaaa7dcc7dc25f4ceb1653f08fc962fe6d (patch)
tree5e2046bfc3b1b9f1830f51f3874c4793f4a67531 /minecraft/server/templates/[email protected]
parentdb343e72226e86c8bcda27d13872a0568919e6eb (diff)
Updated minecraft
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 df1defb..c9534c4 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=/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
+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
PrivateTmp=true
ProtectSystem=full