Skip to content

Commit

Permalink
chore: increase resource allocation limits in helm charts
Browse files Browse the repository at this point in the history
Signed-off-by: wangxye <[email protected]>
  • Loading branch information
wangxye committed Nov 17, 2023
1 parent f90c8c3 commit 657c3a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distribution/helm/charts/automq-for-rocketmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ broker:
jvmMemory: " -Xms4g -Xmx4g -Xmn2g -XX:MaxDirectMemorySize=8g "
resources:
limits:
cpu: 2
memory: 4Gi
cpu: 4
memory: 8Gi
requests:
cpu: 2
memory: 4Gi
cpu: 4
memory: 8Gi

nodeSelector: { }

Expand Down

0 comments on commit 657c3a3

Please sign in to comment.