From 3670d29f98089d848034cbce54e77420a9ab1a15 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Tue, 21 Dec 2021 11:12:47 +0100 Subject: [PATCH] Fix heap size setting Signed-off-by: Johann Hoffmann --- helmfile/cloud-sdk/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/cloud-sdk/helmfile.yaml b/helmfile/cloud-sdk/helmfile.yaml index b7a31fd..7bf16b5 100644 --- a/helmfile/cloud-sdk/helmfile.yaml +++ b/helmfile/cloud-sdk/helmfile.yaml @@ -480,7 +480,7 @@ releases: requests: cpu: 1500m memory: 4Gi - esJavaOpts: "-Xmx2g -Xms2g" + heapSize: "2048m" - name: elasticsearch-curator condition: elastic.enabled