From b3e5feace91b9b63833c6c0f743d9a3ac97f2715 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Mon, 25 Nov 2024 05:54:06 +0100 Subject: [PATCH] fix(thanos): increase storegateway memory limit (because of OOM kills) --- thanos/4-storegateway.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thanos/4-storegateway.yaml b/thanos/4-storegateway.yaml index ba26504..74684fe 100644 --- a/thanos/4-storegateway.yaml +++ b/thanos/4-storegateway.yaml @@ -78,7 +78,7 @@ spec: memory: 512Mi limits: cpu: 1000m - memory: 1.5Gi + memory: 5Gi volumeMounts: - name: objstore mountPath: /conf/objstore.yml