Torrentbox: larger limits

This commit is contained in:
Filippo Berto 2024-07-02 13:59:25 +02:00
parent e271fa472d
commit c713b00498
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

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