From e9fcfbb1c3b7d1ff5e31628e6301fb6553a2f69b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 24 Jun 2022 23:15:21 +0300 Subject: [PATCH] sysctl.d/99-ssd-swappiness.conf: add reminder on earlyoom --- etc/sysctl.d/99-ssd-swappiness.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/sysctl.d/99-ssd-swappiness.conf b/etc/sysctl.d/99-ssd-swappiness.conf index 263cf708..728f5c78 100644 --- a/etc/sysctl.d/99-ssd-swappiness.conf +++ b/etc/sysctl.d/99-ssd-swappiness.conf @@ -1,3 +1,4 @@ # Only use swap when it has to be used. On SSDs it's preferable to not have # so much swap use, while on HDD the default 60 is ok. +# REMEMBER TO `sudo systemctl enable --now earlyoom` vm.swappiness = 1