Compare commits

...

1 Commits

Author SHA1 Message Date
c1ddad4ec8 nixos/shill: Reduce MemoryMax
Some checks failed
CI / Check, build and cache Nix flake (push) Has been cancelled
2024-07-07 11:57:45 +01:00

View File

@@ -65,7 +65,7 @@ in
serviceConfig = { serviceConfig = {
CPUQuota = "400%"; CPUQuota = "400%";
MemoryHigh = "4G"; MemoryHigh = "4G";
MemoryMax = "4.5G"; MemoryMax = "4.1G";
}; };
wantedBy = [ "machines.target" ]; wantedBy = [ "machines.target" ];