From edeeed0323f64ab9fa630a81beb50ec67aef13f2 Mon Sep 17 00:00:00 2001 From: Thomas Way Date: Thu, 1 Jun 2023 22:22:36 +0100 Subject: [PATCH] k8s/unwind/minecraft: delegate memory discovery to the JVM again --- k8s/unwind/minecraft/ftb_102/stateful_set_list.cue | 2 +- k8s/unwind/minecraft/vanilla/stateful_set_list.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/unwind/minecraft/ftb_102/stateful_set_list.cue b/k8s/unwind/minecraft/ftb_102/stateful_set_list.cue index badd93882..7cd678386 100644 --- a/k8s/unwind/minecraft/ftb_102/stateful_set_list.cue +++ b/k8s/unwind/minecraft/ftb_102/stateful_set_list.cue @@ -48,7 +48,7 @@ import ( value: "6477" }, { name: "MEMORY" - value: "16G" + value: "" }, { name: "JVM_XX_OPTS" value: "-XX:MaxRAMPercentage=75" diff --git a/k8s/unwind/minecraft/vanilla/stateful_set_list.cue b/k8s/unwind/minecraft/vanilla/stateful_set_list.cue index 639f4164e..941f36bad 100644 --- a/k8s/unwind/minecraft/vanilla/stateful_set_list.cue +++ b/k8s/unwind/minecraft/vanilla/stateful_set_list.cue @@ -39,7 +39,7 @@ import ( value: "TRUE" }, { name: "MEMORY" - value: "16G" + value: "" }, { name: "JVM_XX_OPTS" value: "-XX:MaxRAMPercentage=75"