From 0da98efb90bae08768e2a8775a1c2207b3f33fd0 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 20 Jan 2026 11:25:45 -0800 Subject: [PATCH] Increase devpi memory limit to 768Mi OOM during initialization - try modest increase first. Co-Authored-By: Claude Opus 4.5 --- argocd/manifests/devpi/statefulset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/manifests/devpi/statefulset.yaml b/argocd/manifests/devpi/statefulset.yaml index 79a7770..620a774 100644 --- a/argocd/manifests/devpi/statefulset.yaml +++ b/argocd/manifests/devpi/statefulset.yaml @@ -35,10 +35,10 @@ spec: mountPath: /devpi resources: requests: - memory: "128Mi" + memory: "256Mi" cpu: "100m" limits: - memory: "512Mi" + memory: "768Mi" cpu: "500m" livenessProbe: httpGet: