Skip to content

Commit

Permalink
Increase prometheus default memory limits to 4GB (#8736)
Browse files Browse the repository at this point in the history
- Increase prometheus default memory limits to 4GB

Signed-off-by: Xin Li <[email protected]>
  • Loading branch information
xin-hedera authored Jul 9, 2024
1 parent a753ab8 commit 88b1c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hedera-mirror-common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ prometheus:
resources:
limits:
cpu: 750m
memory: 2750Mi
memory: 4Gi
requests:
cpu: 250m
memory: 1Gi
Expand Down

0 comments on commit 88b1c6c

Please sign in to comment.