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:
Bruno BELANYI 2022-12-16 21:43:47 +01:00
parent c6b3325269
commit c961bdbfc4
1 changed files with 0 additions and 1 deletions

View File

@ -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%";
};
};