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:
Erich Blume 2026-01-20 12:51:28 -08:00
commit 782f95c64b

View file

@ -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: