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:
parent
c77984a713
commit
2711d4af05
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ singleBinary:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 250m
|
cpu: 250m
|
||||||
memory: 2Gi
|
memory: 3Gi
|
||||||
limits:
|
limits:
|
||||||
memory: 4Gi
|
memory: 4Gi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue