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>
This commit is contained in:
parent
82f60bcf19
commit
782f95c64b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ spec:
|
|||
memory: "256Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "768Mi"
|
||||
memory: "2Gi" # High limit for initial PyPI index build, reclaimed after
|
||||
cpu: "500m"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue