Skip to content

Commit

Permalink
Merge pull request #204 from zeebe-io/cs-fix-worker-resources
Browse files Browse the repository at this point in the history
fix: increase cpu zeebe limit to 1.7 while keeping cpu-request at 1.35
  • Loading branch information
entangled90 authored Nov 5, 2024
2 parents d4f7c28 + 0f93921 commit 1fc1b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zeebe-benchmark/values-realistic-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fc1b0e

Please sign in to comment.