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"; }; };