Torrentbox: larger limits
This commit is contained in:
parent
e271fa472d
commit
c713b00498
1 changed files with 6 additions and 6 deletions
|
|
@ -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"; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue