From 2ca313c3c7eff80b324d5def8df54e3aea695040 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Fri, 6 Mar 2026 23:45:03 +0100 Subject: [PATCH] fix(docker): increase celery-beat memory limit to 256m 128m was causing OOM kills (exit code 137) as the codebase grew. Co-Authored-By: Claude Opus 4.6 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e8307fa0..bc7171b4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -107,7 +107,7 @@ services: condition: service_healthy redis: condition: service_healthy - mem_limit: 128m + mem_limit: 256m healthcheck: disable: true networks: