Update minecraft configuration
This commit is contained in:
parent
f8444da081
commit
d27da07cb4
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
# -- Extensions values
|
# -- Extensions values
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
@ -27,10 +26,9 @@ traefik:
|
|||||||
# -- Main values
|
# -- Main values
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
image:
|
image:
|
||||||
tag: java21-graalvm
|
#tag: java21-graalvm
|
||||||
#tag: java21-jdk
|
tag: java21-jdk
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 4.5Gi
|
memory: 4.5Gi
|
||||||
@ -60,11 +58,12 @@ readinessProbe:
|
|||||||
failureThreshold: 20
|
failureThreshold: 20
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 20
|
timeoutSeconds: 20
|
||||||
|
|
||||||
minecraftServer:
|
minecraftServer:
|
||||||
memory: 3584M
|
memory: 3584M
|
||||||
|
jvmOpts: |
|
||||||
|
-server
|
||||||
jvmXXOpts: |
|
jvmXXOpts: |
|
||||||
-XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:MaxGCPauseMillis=37 -XX:+PerfDisableSharedMem -XX:G1HeapRegionSize=16M -XX:G1NewSizePercent=23 -XX:G1ReservePercent=20 -XX:SurvivorRatio=32 -XX:G1MixedGCCountTarget=3 -XX:G1HeapWastePercent=20 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:MaxTenuringThreshold=1 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5.0 -XX:G1ConcRSHotCardLimit=16 -XX:G1ConcRefinementServiceIntervalMillis=150 -XX:GCTimeRatio=99
|
-Xms3584M -Xmx4500M -XX:+UseG1GC
|
||||||
overrideServerProperties: true
|
overrideServerProperties: true
|
||||||
eula: "TRUE"
|
eula: "TRUE"
|
||||||
onlineMode: false
|
onlineMode: false
|
||||||
|
Loading…
Reference in New Issue
Block a user