Also removed this settings from the dependant profiles where it is no more needed and updated the manual page. Resolves: rhbz#987570 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
29 lines
751 B
Text
29 lines
751 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[main]
|
|
include=throughput-performance
|
|
|
|
[vm]
|
|
transparent_hugepages=always
|
|
|
|
[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
|
|
|
|
# The total time the scheduler will consider a migrated process
|
|
# "cache hot" and thus less likely to be re-migrated
|
|
# (system default is 500000, i.e. 0.5 ms)
|
|
kernel.sched_migration_cost = 5000000
|