From 91bf7d290936a329e5a0407456d6c7a23bbc1954 Mon Sep 17 00:00:00 2001 From: chemavx Date: Fri, 10 Jul 2026 09:38:53 +0000 Subject: [PATCH] =?UTF-8?q?fix(researchowl):=20memory=20limit=201Gi=20?= =?UTF-8?q?=E2=86=92=202Gi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit El pod fue OOMKilled el 2026-07-10 durante un research: 20 fuentes concurrentes con PDFs grandes y pdfplumber superaron 1Gi. El scraper se endurece en paralelo (cap PDF 15MB, contenido 300k chars), pero el margen extra evita que un pico legĂ­timo mate la tarea en memoria. Co-Authored-By: Claude Fable 5 --- researchowl/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/researchowl/deployment.yaml b/researchowl/deployment.yaml index 80a720f..bec7ba9 100644 --- a/researchowl/deployment.yaml +++ b/researchowl/deployment.yaml @@ -104,7 +104,7 @@ spec: memory: "256Mi" cpu: "100m" limits: - memory: "1Gi" + memory: "2Gi" cpu: "500m" volumes: - name: data