From 2c32fdb2c61e0714f158276a7475ca5e1987066c Mon Sep 17 00:00:00 2001 From: garciadeblas <gerardo.garciadeblas@telefonica.com> 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 <gerardo.garciadeblas@telefonica.com> --- 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 1a02c5a6..695b2246 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 -- GitLab