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