From 806c95e1c70af18f81d499b24cd7acfa4c36ffd6 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: May 11 2023 18:46:17 +0000 Subject: 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 --- diff --git a/10-oomd-per-slice-defaults.conf b/10-oomd-per-slice-defaults.conf index fbf6f00..63d8162 100644 --- a/10-oomd-per-slice-defaults.conf +++ b/10-oomd-per-slice-defaults.conf @@ -1,3 +1,3 @@ [Slice] ManagedOOMMemoryPressure=kill -ManagedOOMMemoryPressureLimit=50% +ManagedOOMMemoryPressureLimit=80%