From 6fee31b0ed28a49bdf5de8ec79f864c95a366f0b Mon Sep 17 00:00:00 2001 From: poprhythm Date: Tue, 28 Oct 2025 14:01:01 +0000 Subject: [PATCH] Update memory limit --- torrents/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torrents/docker-compose.yaml b/torrents/docker-compose.yaml index 36a7b07..5418249 100644 --- a/torrents/docker-compose.yaml +++ b/torrents/docker-compose.yaml @@ -11,8 +11,8 @@ services: - PGID=1000 - UMASK=022 - TZ=America/New_York - mem_limit: 3g - memswap_limit: 3g + mem_limit: 4g + memswap_limit: 4g volumes: - /srv/qbittorrent_open-config:/config - nas_media:/data