resart timer, get rid of bash

This commit is contained in:
2025-06-21 13:05:46 -05:00
parent 991f766da9
commit 531f4efc52
+1 -11
View File
@@ -110,17 +110,7 @@
motd = "Dumble Server"; motd = "Dumble Server";
allow-cheats = true; allow-cheats = true;
}; };
jvmOpts = '' jvmOpts = "-Xms16G -Xmx16G -XX:+UseG1GC -Djava.net.preferIPv4Stack=true";
-Xms16G
-Xmx16G
-XX:+UseG1GC
-XX:+UnlockExperimentalVMOptions
-XX:G1NewSizePercent=20
-XX:G1ReservePercent=20
-XX:MaxGCPauseMillis=50
-XX:G1HeapRegionSize=32M
-Djava.net.preferIPv4Stack=true
'';
}; };
# ================================ # # ================================ #