virtual-guest: Decrease the swappiness
"It is based on the generally applicable throughput-performance profile, but also decreases the swappiness of virtual memory." Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
This commit is contained in:
parent
9293fc9e7d
commit
07d2d53792
1 changed files with 1 additions and 1 deletions
|
|
@ -19,4 +19,4 @@ vm.dirty_ratio = 30
|
|||
# Filesystem I/O is usually much more efficient than swapping, so try to keep
|
||||
# swapping low. It's usually safe to go even lower than this on systems with
|
||||
# server-grade storage.
|
||||
vm.swappiness = 30
|
||||
vm.swappiness = 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue