Bump rancher memory limit 2Gi -> 3Gi, was OOMKilling during restart recovery

Repeated restarts from tonight's network disruption kept OOMKilling
rancher - each restart's startup reconciliation is memory-hungry, and 2Gi
wasn't enough headroom for that burst even though steady-state usage is
normally fine. Nodes have ample free memory (26-36% used).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-08-17 21:01:48 -05:00
co-authored by Claude Sonnet 5
parent 2fc7fb5b59
commit 7a6ecd14fe
+6 -1
View File
@@ -20,7 +20,12 @@ resources:
cpu: 50m cpu: 50m
memory: 512Mi memory: 512Mi
limits: limits:
memory: 2Gi # Bumped from 2Gi 2026-08-18: OOMKilled repeatedly while recovering from
# a network disruption that forced several rapid restarts in a row -
# each restart's startup reconciliation is memory-hungry, and 2Gi wasn't
# enough headroom for that burst even though steady-state usage is
# normally fine. Nodes have ample free memory (26-36% used).
memory: 3Gi
# Allow Rancher to manage the local cluster # Allow Rancher to manage the local cluster
addLocal: "true" addLocal: "true"