1
0
Fork 0
tuned/profiles/virtual-host/tuned.conf
Jaroslav Škarvada 0f912ede9f removed the nobarrier from the virtual-guest profile (data loss prevention)
resolves: rhbz#886956

- updated man page
- minor cosmetic fix to virtual-host profile
2013-01-03 16:54:39 +01:00

27 lines
582 B
Text

#
# tuned configuration
#
[main]
include=throughput-performance
[vm]
transparent_hugepages=always
[disk]
readahead_multiply=4
[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