Files
local-k8s/k8s/infra
argoyle 551cd3b5b5 fix(postgres): remove memory limit and add document database
Postgres was OOMKilled repeatedly with the 600Mi limit given
shared_buffers=384MB + max_connections=300. Drop the limit entirely
for the local dev cluster (keep the 400Mi request for scheduling).

Also seed a 'document' database in initdb.sh.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 22:50:29 +02:00
..