arrstack: raise arrstack-postgres resources after OOMKills #408

Merged
benvin merged 2 commits from benvin/arrstack-pg-resources into main 2026-08-23 22:01:25 +10:00
Member

Why

Both arrstack-postgres replicas were OOMKilled at the 1Gi memory limit on 2026-08-23 07:19, causing a failover to timeline 14, leaving replica-3 unrecoverable via pg_rewind, and blocking the argocd sync wave on Cluster Ready=False.

Changes

  • Raises the CNPG Cluster resources to requests 1Gi memory / 250m CPU and limits 2Gi memory / 1 CPU

NOTE: applying this restarts the postgres instances (CNPG rolling restart).

## Why Both `arrstack-postgres` replicas were OOMKilled at the 1Gi memory limit on 2026-08-23 07:19, causing a failover to timeline 14, leaving replica-3 unrecoverable via pg_rewind, and blocking the argocd sync wave on Cluster Ready=False. ## Changes - Raises the CNPG Cluster resources to requests 1Gi memory / 250m CPU and limits 2Gi memory / 1 CPU **NOTE:** applying this restarts the postgres instances (CNPG rolling restart).
unkin-agent added 1 commit 2026-08-23 21:54:53 +10:00
arrstack: raise arrstack-postgres resources after OOMKills
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
f46a3f4bcb
Both replicas OOMKilled at the 1Gi limit on 2026-08-23, causing a
failover and a stuck replica. Raise requests to 1Gi/250m and limits
to 2Gi/1 cpu.
unkin-agent added 1 commit 2026-08-23 21:58:57 +10:00
ci: retrigger pipeline
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
9213ef7983
benvin merged commit 03c56c0ff0 into main 2026-08-23 22:01:25 +10:00
benvin deleted branch benvin/arrstack-pg-resources 2026-08-23 22:01:26 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#408