fix: increase paddleocr memory limit 4G → 6G
Some checks failed
Deploy to Coolify / deploy (push) Failing after 2s

PaddlePaddle + PP-OCRv5 model + warmup OCR needs more than 4G on
CPU-only servers. Container was OOM-killed during warmup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-13 18:08:15 +01:00
parent 4c68666c5c
commit dd0bda05be

View File

@@ -162,7 +162,7 @@ services:
deploy: deploy:
resources: resources:
limits: limits:
memory: 4G memory: 6G
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:8095/health"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8095/health"]
interval: 30s interval: 30s