From 78faa1a43a9452801ada6f57c4e70c9d3f401ec6 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 25 Feb 2025 12:01:49 +0100 Subject: [PATCH] Update memory limits and heapOpts for kafka Change-Id: I0212d1b2c6b7dab3e7ce30227cba50361d1bb346 Signed-off-by: garciadeblas --- installers/helm/osm/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml index 24d0a2ef..b66b5ff6 100644 --- a/installers/helm/osm/values.yaml +++ b/installers/helm/osm/values.yaml @@ -208,6 +208,10 @@ kafka: replicaCount: 1 controller: replicaCount: 1 + resources: + limits: + memory: 1024Mi + heapOpts: -Xmx768m -Xms768m extraConfigYaml: default.replication.factor: 1 offsets.topic.replication.factor: 1 -- 2.25.1