From 4de5cb1dbd324dfca853cfee220d13a98d8bcc06 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 3 Apr 2021 11:54:17 +0200 Subject: [PATCH] Tune earlyoom --- nixos/roles/earlyoom.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/roles/earlyoom.nix b/nixos/roles/earlyoom.nix index a2c9695e..8427d479 100644 --- a/nixos/roles/earlyoom.nix +++ b/nixos/roles/earlyoom.nix @@ -1,7 +1,7 @@ { ... }: { services.earlyoom = { enableNotifications = true; - freeSwapThreshold = 90; + freeSwapThreshold = 100; enable = true; };