Skip to content

Commit

Permalink
Bump the test prometheus memory request to 1.5Gi (#581) (#586)
Browse files Browse the repository at this point in the history
We're still seeing OOMKilled issues for the Prometheus Pod running on
Autopilot rapid-latest channel after clearing the cache.

This commit further increases the memory request to 1.5GiB.
  • Loading branch information
nan-yu authored May 9, 2023
1 parent ca71a5c commit dd2c466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/testdata/prometheus/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ spec:
resources:
requests:
cpu: 500m
memory: 1Gi
memory: 1.5Gi
limits:
cpu: 1
memory: 1Gi
memory: 1.5Gi
volumeMounts:
- name: prometheus-config-volume
mountPath: /etc/prometheus/
Expand Down

0 comments on commit dd2c466

Please sign in to comment.