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: resources:
limits: limits:
cpu: 500m cpu: 500m
memory: 768Mi memory: 1Gi
requests: requests:
cpu: 200m cpu: 200m
memory: 768Mi memory: 1Gi
livenessProbe: livenessProbe:
httpGet: httpGet:
@@ -126,7 +126,7 @@ orchard:
# PyPI Cache Worker settings (reduced workers to limit memory usage) # PyPI Cache Worker settings (reduced workers to limit memory usage)
pypiCache: pypiCache:
workers: 2 workers: 1
maxDepth: 10 maxDepth: 10
maxAttempts: 3 maxAttempts: 3