nixos/shill: Use MemoryMax instead of MemoryMin

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

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