Add more flags to minecraft

This commit is contained in:
Nikolai Rodionov 2024-10-29 15:54:26 +01:00
parent 5e35669a67
commit a4154ebecd
No known key found for this signature in database
GPG Key ID: 0639A45505F3BFA6
3 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,4 @@
namespaces:
kubeSystem: kube-system
kubePublic: kube-public

View File

@ -0,0 +1,5 @@
namespaces:
kubePublic: kube-public
kubeSystem: kube-system
traefikSystem: traefik-system

View File

@ -63,7 +63,7 @@ minecraftServer:
jvmOpts: |
-server
jvmXXOpts: |
-Xms3584M -Xmx4500M -XX:+UseG1GC
-Xms3548G -Xmx4500G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
overrideServerProperties: true
eula: "TRUE"
onlineMode: false