Reduce mudcraft heap to 4G, lower resource requests
This commit is contained in:
@@ -26,7 +26,7 @@ data:
|
|||||||
MOTD: "MUDCraft — Private Beta"
|
MOTD: "MUDCraft — Private Beta"
|
||||||
MEMORY: "" # Disabled — we set JVM flags directly
|
MEMORY: "" # Disabled — we set JVM flags directly
|
||||||
JVM_OPTS: >-
|
JVM_OPTS: >-
|
||||||
-Xms6G -Xmx6G
|
-Xms4G -Xmx4G
|
||||||
-XX:+UseG1GC
|
-XX:+UseG1GC
|
||||||
-XX:+ParallelRefProcEnabled
|
-XX:+ParallelRefProcEnabled
|
||||||
-XX:MaxGCPauseMillis=200
|
-XX:MaxGCPauseMillis=200
|
||||||
|
|||||||
@@ -56,11 +56,11 @@ spec:
|
|||||||
mountPath: /data/logs
|
mountPath: /data/logs
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 7Gi
|
memory: 5Gi
|
||||||
cpu: 2000m
|
cpu: 500m
|
||||||
limits:
|
limits:
|
||||||
memory: 8Gi
|
memory: 6Gi
|
||||||
cpu: 6000m
|
cpu: 4000m
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
exec:
|
exec:
|
||||||
|
|||||||
Reference in New Issue
Block a user