modules: services: transmission: remove MemoryHigh
The service does not actively try to reduce its memory usage, so to make sure we do reach `MemoryMax` let's remove the `MemoryHigh` configuration.
This commit is contained in:
parent
c6b3325269
commit
c961bdbfc4
|
@ -70,7 +70,6 @@ in
|
|||
# Transmission wants to eat *all* my RAM if left to its own devices
|
||||
systemd.services.transmission = {
|
||||
serviceConfig = {
|
||||
MemoryHigh = "25%";
|
||||
MemoryMax = "33%";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue