1
0
Fork 0

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:
谢致邦 (XIE Zhibang) 2022-06-17 18:24:37 +08:00
parent 9293fc9e7d
commit 07d2d53792

View file

@ -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