Raise ManagedOOMMemoryPressureLimit from 50% to 80%

Admittedly I don't know what I'm doing here, but this should make
systemd-oomd kill things less often, which seems like the direction we
want to move towards, so let's try it.

https://pagure.io/fedora-workstation/issue/358
This commit is contained in:
Michael Catanzaro 2023-04-05 17:22:48 -05:00 committed by zbyszek
parent 5448e2ee0e
commit 806c95e1c7
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[Slice]
ManagedOOMMemoryPressure=kill
ManagedOOMMemoryPressureLimit=50%
ManagedOOMMemoryPressureLimit=80%