Torrentbox: disable ombi
This commit is contained in:
parent
90929cd857
commit
4b0767d835
1 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
services =
|
||||
{
|
||||
ombi = { enable = true; openFirewall = true; group = "users"; };
|
||||
# ombi = { enable = true; openFirewall = true; group = "users"; };
|
||||
|
||||
bazarr = { enable = true; openFirewall = true; group = "users"; };
|
||||
lidarr = { enable = true; openFirewall = true; group = "users"; };
|
||||
|
|
@ -14,15 +14,15 @@
|
|||
};
|
||||
|
||||
systemd.services = {
|
||||
ombi.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
|
||||
# ombi.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; };
|
||||
|
||||
bazarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
|
||||
lidarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
|
||||
prowlarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
|
||||
radarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
|
||||
readarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
|
||||
sonarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
|
||||
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"; };
|
||||
|
||||
transmission.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
|
||||
transmission.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue