From c713b00498b0ca7f6b86e44167ae07f16af39d30 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 2 Jul 2024 13:59:25 +0200 Subject: [PATCH] Torrentbox: larger limits --- modules/nixos/torrentbox.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/nixos/torrentbox.nix b/modules/nixos/torrentbox.nix index 79fb610..9db127d 100644 --- a/modules/nixos/torrentbox.nix +++ b/modules/nixos/torrentbox.nix @@ -16,12 +16,12 @@ systemd.services = { # ombi.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; }; - bazarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; }; - lidarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; }; - prowlarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; }; - radarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; }; - readarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; }; - sonarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; }; + bazarr.serviceConfig = { MemoryHigh = "600M"; MemoryMax = "2G"; }; + lidarr.serviceConfig = { MemoryHigh = "600M"; MemoryMax = "2G"; }; + prowlarr.serviceConfig = { MemoryHigh = "600M"; MemoryMax = "2G"; }; + radarr.serviceConfig = { MemoryHigh = "600M"; MemoryMax = "2G"; }; + readarr.serviceConfig = { MemoryHigh = "600M"; MemoryMax = "2G"; }; + sonarr.serviceConfig = { MemoryHigh = "600M"; MemoryMax = "2G"; }; transmission.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; }; };