P5: Migrate devpi to Kubernetes #34
1 changed files with 2 additions and 2 deletions
Increase devpi memory limit to 768Mi
OOM during initialization - try modest increase first. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
commit
0da98efb90
|
|
@ -35,10 +35,10 @@ spec:
|
||||||
mountPath: /devpi
|
mountPath: /devpi
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "128Mi"
|
memory: "256Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "512Mi"
|
memory: "768Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue