P5: Migrate devpi to Kubernetes #34
1 changed files with 1 additions and 1 deletions
Increase devpi memory limit to 2Gi for PyPI index build
The Whoosh search indexer needs significant memory during initial PyPI index build. Using high limit with low request so memory is reclaimed after indexing completes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
commit
782f95c64b
|
|
@ -38,7 +38,7 @@ spec:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "768Mi"
|
memory: "2Gi" # High limit for initial PyPI index build, reclaimed after
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue