From 0f9392193b4dd96a9d243b4df9b195e9d7ca0029 Mon Sep 17 00:00:00 2001 From: Carlo Sana Date: Tue, 5 Nov 2024 16:20:43 +0100 Subject: [PATCH] fix: increase cpu zeebe limit to 1.7 while keeping cpu-request at 1.35 With the previous limit throttling was very high (even > 80%). With this limit, there is less backpressure & less timeouts which reduce the cpu usage to around 1 (from 1.2). --- charts/zeebe-benchmark/values-realistic-benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/zeebe-benchmark/values-realistic-benchmark.yaml b/charts/zeebe-benchmark/values-realistic-benchmark.yaml index 50e171e..6af8468 100644 --- a/charts/zeebe-benchmark/values-realistic-benchmark.yaml +++ b/charts/zeebe-benchmark/values-realistic-benchmark.yaml @@ -237,7 +237,7 @@ camunda-platform: # Resources configuration to set request and limit configuration for the container https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limitsS resources: limits: - cpu: 1350m + cpu: 1700m memory: 4Gi requests: cpu: 1350m