revert prometheus memory 3Gi→4Gi: WAL tmpfs shares cgroup limit
The 2Gi WAL tmpfs (medium: Memory) counts against the container's memory limit. At 3Gi, Prometheus OOM-kills during WAL replay on startup (heap + tmpfs > 3Gi). Reverting to 4Gi restores headroom.
This commit is contained in:
parent
03f55d969f
commit
9d87ce605f
1 changed files with 2 additions and 2 deletions
|
|
@ -161,9 +161,9 @@ server:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 3Gi
|
memory: 4Gi
|
||||||
limits:
|
limits:
|
||||||
memory: 3Gi
|
memory: 4Gi
|
||||||
livenessProbeInitialDelay: 300
|
livenessProbeInitialDelay: 300
|
||||||
readinessProbeInitialDelay: 60
|
readinessProbeInitialDelay: 60
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue