From b01d4341afa175fa7efeeeb93902129bf2e11e73 Mon Sep 17 00:00:00 2001 From: Arjun Salyan Date: Sun, 3 May 2026 21:52:02 +0530 Subject: [PATCH] update docker-compose resources --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1235f56..06e0bc9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -141,13 +141,13 @@ services: - app_data:/code/app/data # Generous cap — webapp runs uwsgi workers + cron-triggered jobs # (livecheck, port sync, update-portinfo) which spike well past - # steady-state. 12 GiB is high enough that those jobs won't trip it + # steady-state. 10 GiB is high enough that those jobs won't trip it # under normal load, but low enough to contain a runaway leak before # it takes the host down. deploy: resources: limits: - memory: 12G + memory: 10G reservations: memory: 2G