mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
5 lines
202 B
Plaintext
5 lines
202 B
Plaintext
# 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
|