Reduce mudcraft heap to 4G, lower resource requests

This commit is contained in:
Will Anderson
2026-03-29 18:33:16 -05:00
parent a94aca0e01
commit df216e74f9
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ data:
MOTD: "MUDCraft — Private Beta"
MEMORY: "" # Disabled — we set JVM flags directly
JVM_OPTS: >-
-Xms6G -Xmx6G
-Xms4G -Xmx4G
-XX:+UseG1GC
-XX:+ParallelRefProcEnabled
-XX:MaxGCPauseMillis=200