28 lines
583 B
Text
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
|