From 1667c5a416eaefe241b042aabc626412e53bd5c6 Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Mon, 2 Feb 2026 15:08:00 -0600 Subject: [PATCH] Increase memory to 1Gi and reduce workers to 1 for stability --- helm/orchard/values-dev.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/orchard/values-dev.yaml b/helm/orchard/values-dev.yaml index 24e5de3..3692766 100644 --- a/helm/orchard/values-dev.yaml +++ b/helm/orchard/values-dev.yaml @@ -59,10 +59,10 @@ ingress: resources: limits: cpu: 500m - memory: 768Mi + memory: 1Gi requests: cpu: 200m - memory: 768Mi + memory: 1Gi livenessProbe: httpGet: @@ -126,7 +126,7 @@ orchard: # PyPI Cache Worker settings (reduced workers to limit memory usage) pypiCache: - workers: 2 + workers: 1 maxDepth: 10 maxAttempts: 3