mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
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:
co-authored by
Claude Sonnet 5
parent
2fc7fb5b59
commit
7a6ecd14fe
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user