Skip to content

Commit

Permalink
k8s/unwind/minecraft: delegate memory discovery to the JVM again
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Jun 1, 2023
1 parent 8b78a0c commit edeeed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/unwind/minecraft/ftb_102/stateful_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import (
value: "6477"
}, {
name: "MEMORY"
value: "16G"
value: ""
}, {
name: "JVM_XX_OPTS"
value: "-XX:MaxRAMPercentage=75"
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/minecraft/vanilla/stateful_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
value: "TRUE"
}, {
name: "MEMORY"
value: "16G"
value: ""
}, {
name: "JVM_XX_OPTS"
value: "-XX:MaxRAMPercentage=75"
Expand Down

0 comments on commit edeeed0

Please sign in to comment.