nixos/shill: Reduce MemoryMax
Some checks failed
CI / Check, build and cache Nix flake (push) Has been cancelled

This commit is contained in:
Jack O'Sullivan 2024-07-07 11:56:01 +01:00
parent 4e207c3397
commit c1ddad4ec8

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