1
0
Fork 0
tuned/profiles/virtual-guest/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

20 lines
399 B
Text

#
# tuned configuration
#
[main]
include=throughput-performance
[disk]
readahead_multiply=4
# Don't disable barriers (risk of data loss)
[mounts]
devices=!/,!/boot
disable_barriers=false
[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 = 30