Increase memory to 1Gi and reduce workers to 1 for stability
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user