fix(observability): subir limite Prometheus 1500Mi->2560Mi (OOM en replay WAL)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011mSH96vrGgdaxj5AKuEUAq
This commit is contained in:
@@ -168,7 +168,9 @@ prometheus:
|
||||
cpu: 250m
|
||||
memory: 700Mi
|
||||
limits:
|
||||
memory: 1500Mi
|
||||
# 2560Mi (no menos): el replay del WAL al arrancar necesita mas pico que
|
||||
# el estado estable; con 1500Mi hace OOMKilled -> CrashLoopBackOff.
|
||||
memory: 2560Mi
|
||||
storageSpec:
|
||||
volumeClaimTemplate:
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user