Use 1 instead of 10 for swappiness.
This commit is contained in:
parent
3895cbd17c
commit
70d611365a
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
# Do a minimal amount of swapping.
|
||||
# See: https://en.wikipedia.org/wiki/Swappiness
|
||||
vm.swappiness = 10
|
||||
vm.swappiness = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue