From 14bd244b98f3aa0a9adfdb118c6d16deeef974cd Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 15:03:29 +0900 Subject: [PATCH] FIX(thanos): increase compactor memory to 256Mi - Compactor was OOMKilled with 128Mi limit - Set to 256Mi for stability during compaction --- thanos/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thanos/helm-values.yaml b/thanos/helm-values.yaml index 617804c..d6052d5 100644 --- a/thanos/helm-values.yaml +++ b/thanos/helm-values.yaml @@ -113,9 +113,9 @@ compactor: resources: requests: cpu: 15m - memory: 128Mi + memory: 256Mi limits: - memory: 128Mi + memory: 256Mi persistence: enabled: true