From dd2c466f94f5f47898c6ddb3c7112d63b7898a2c Mon Sep 17 00:00:00 2001 From: Nan Yu Date: Tue, 9 May 2023 22:41:42 +0000 Subject: [PATCH] Bump the test prometheus memory request to 1.5Gi (#581) (#586) 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. --- e2e/testdata/prometheus/prometheus.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/testdata/prometheus/prometheus.yaml b/e2e/testdata/prometheus/prometheus.yaml index 3c12b38f22..3be9888f45 100644 --- a/e2e/testdata/prometheus/prometheus.yaml +++ b/e2e/testdata/prometheus/prometheus.yaml @@ -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/