From 2dd4d2a364caaae469085a4a29b0bb8bbbac00ee Mon Sep 17 00:00:00 2001 From: RyuuPendragon Date: Mon, 23 Jun 2025 11:35:05 +0530 Subject: [PATCH] Add limit to qbittorrent --- qbittorrent/docker-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qbittorrent/docker-compose.yml b/qbittorrent/docker-compose.yml index 2acdd34..2d54226 100644 --- a/qbittorrent/docker-compose.yml +++ b/qbittorrent/docker-compose.yml @@ -2,6 +2,11 @@ services: qbittorrent: image: linuxserver/qbittorrent:latest container_name: qbittorrent + deploy: + resources: + limits: + cpus: ${CPU_LIMIT} + memory: ${MEMORY_LIMIT} environment: - PUID=${PUID} - PGID=${PGID}