From: garciadeblas Date: Tue, 25 Feb 2025 11:01:49 +0000 (+0100) Subject: Update memory limits and heapOpts for kafka X-Git-Tag: v18.0.0~81 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F14996%2F1;p=osm%2Fdevops.git Update memory limits and heapOpts for kafka Change-Id: I0212d1b2c6b7dab3e7ce30227cba50361d1bb346 Signed-off-by: garciadeblas --- 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