From 2711d4af052fe4d405ae0e6e252067d40dcffb34 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 24 May 2026 01:10:55 +0000 Subject: [PATCH] =?UTF-8?q?monitoring/loki:=20bump=20memory=20request=202G?= =?UTF-8?q?i=20=E2=86=92=203Gi=20(close=20gap=20to=204Gi=20limit)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit krr 2026-05-22 flagged loki as under-requested by 1.9 GiB. Live working set is sitting at ~3 GiB during normal ingestion; the existing 2 GiB request meant scheduler didn't reserve enough room and the pod risked eviction. Limit stays at 4 GiB (documented ceiling in loki.yaml). Co-Authored-By: Claude Opus 4.7 --- stacks/monitoring/modules/monitoring/loki.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/monitoring/modules/monitoring/loki.yaml b/stacks/monitoring/modules/monitoring/loki.yaml index cfa9597f..a242affc 100644 --- a/stacks/monitoring/modules/monitoring/loki.yaml +++ b/stacks/monitoring/modules/monitoring/loki.yaml @@ -70,7 +70,7 @@ singleBinary: resources: requests: cpu: 250m - memory: 2Gi + memory: 3Gi limits: memory: 4Gi