nixos/shill: Reduce MemoryMax
Some checks failed
CI / Check, build and cache Nix flake (push) Has been cancelled
Some checks failed
CI / Check, build and cache Nix flake (push) Has been cancelled
This commit is contained in:
parent
4e207c3397
commit
c1ddad4ec8
@ -65,7 +65,7 @@ in
|
||||
serviceConfig = {
|
||||
CPUQuota = "400%";
|
||||
MemoryHigh = "4G";
|
||||
MemoryMax = "4.5G";
|
||||
MemoryMax = "4.1G";
|
||||
};
|
||||
|
||||
wantedBy = [ "machines.target" ];
|
||||
|
Loading…
Reference in New Issue
Block a user