From c7905344a235e2f3cedbad04f305e979f8579428 Mon Sep 17 00:00:00 2001 From: Alex Corvin Date: Thu, 17 Jun 2021 18:43:19 +0000 Subject: [PATCH] Increase prometheus memory limit to 4Gi The prometheus container was getting OOMKilled. This doubles its memory limit. --- monitoring/prometheus/prometheus.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/prometheus/prometheus.yaml b/monitoring/prometheus/prometheus.yaml index d223cbf..dd557d1 100644 --- a/monitoring/prometheus/prometheus.yaml +++ b/monitoring/prometheus/prometheus.yaml @@ -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: