add comment explaining prometheus 4Gi minimum memory requirement [ci skip]

This commit is contained in:
Viktor Barzin 2026-03-18 21:45:26 +00:00
parent 9d87ce605f
commit b05421dbb5

View file

@ -158,6 +158,8 @@ server:
existingClaim: prometheus-data
# storageClass: rook-cephfs
retention: "52w"
# NOTE: Memory must be >= 4Gi. The WAL tmpfs (2Gi, medium: Memory) shares
# the container's cgroup limit. At 3Gi, Prometheus OOM-kills during WAL replay.
resources:
requests:
cpu: 100m