From 22ea1ce2ab2c7574152d2738f564ea6e69deeee1 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Thu, 25 Dec 2025 19:43:41 +1100 Subject: [PATCH] lowered memory requests and limits --- cassandra-dc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cassandra-dc.yaml b/cassandra-dc.yaml index ec84e82..0f8df2a 100644 --- a/cassandra-dc.yaml +++ b/cassandra-dc.yaml @@ -17,12 +17,12 @@ spec: storage: 20Gi resources: requests: - memory: "4Gi" + memory: "2Gi" limits: - memory: "6Gi" + memory: "4Gi" config: jvm-server-options: - initial_heap_size: "2048M" + initial_heap_size: "1024M" max_heap_size: "2048M" managementApiAuth: insecure: {} # dev only; for prod use a secret