1
0
Fork 0
tuned/profiles/virtual-host/tuned.conf
2012-10-10 22:36:49 +02:00

28 lines
583 B
Text

#
# tuned configuration
#
[main]
include=throughput-performance
[cpu]
governor=performance
[sysctl]
# 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 = 10
#
# The generator of dirty data starts writeback at this percentage (system default
# is 20%)
vm.dirty_ratio = 10
# Start background writeback (via writeback threads) at this percentage (system
# default is 10%)
vm.dirty_background_ratio = 5
[script]
replace=1
script=script.sh