nixos/shill: Use MemoryMax instead of MemoryMin
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m4s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m4s
This commit is contained in:
parent
4e207c3397
commit
3535d2fd90
@ -64,8 +64,8 @@ in
|
||||
|
||||
serviceConfig = {
|
||||
CPUQuota = "400%";
|
||||
MemoryHigh = "4G";
|
||||
MemoryMax = "4.5G";
|
||||
MemoryHigh = "infinity";
|
||||
MemoryMax = "4G";
|
||||
};
|
||||
|
||||
wantedBy = [ "machines.target" ];
|
||||
|
Loading…
Reference in New Issue
Block a user