Increase memory to 1Gi and reduce workers to 1 for stability

This commit is contained in:
Mondo Diaz
2026-02-02 15:08:00 -06:00
parent 46e8c7df70
commit 7008d913bf

View File

@@ -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