mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-23 03:49:02 +00:00
4 lines
247 B
Text
4 lines
247 B
Text
# 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
|