monitoring/loki: bump memory request 2Gi → 3Gi (close gap to 4Gi limit)

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 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-05-24 01:10:55 +00:00
parent c77984a713
commit 2711d4af05

View file

@ -70,7 +70,7 @@ singleBinary:
resources:
requests:
cpu: 250m
memory: 2Gi
memory: 3Gi
limits:
memory: 4Gi