Skip to content

Commit

Permalink
Increase prometheus memory limit to 4Gi
Browse files Browse the repository at this point in the history
The prometheus container was getting OOMKilled. This doubles its memory
limit.
  • Loading branch information
accorvin authored and Chad Roberts committed Jul 1, 2021
1 parent 15b33d6 commit c790534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring/prometheus/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ spec:
resources:
limits:
cpu: 400m
memory: 3500Mi
memory: 4Gi
requests:
cpu: 200m
memory: 1Gi
memory: 2Gi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
Expand Down

0 comments on commit c790534

Please sign in to comment.