mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
5 lines
247 B
Plaintext
5 lines
247 B
Plaintext
# How much memory swapping should be done (0-100)
|
|
# A low value means the kernel will avoid swapping as much as possible.
|
|
# We decrease this as with SSDs, swapping can decrease lifetime, only swap when really needed (default: 60)
|
|
vm.swappiness=10
|