sysctl.d/99-ssd-swappiness.conf: add reminder on earlyoom

This commit is contained in:
Aminda Suomalainen 2022-06-24 23:15:21 +03:00
parent 7323856ad8
commit e9fcfbb1c3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 0 deletions

View File

@ -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