arrstack: raise arrstack-postgres resources after OOMKills
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.
This commit is contained in:
@@ -147,10 +147,10 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: 1Gi
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 512Mi
|
||||
cpu: 250m
|
||||
memory: 1Gi
|
||||
smartShutdownTimeout: 180
|
||||
startDelay: 3600
|
||||
stopDelay: 1800
|
||||
|
||||
Reference in New Issue
Block a user