1
0
Fork 0

tuned: preset the sleep_interval in the tuned-main.conf

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2013-11-11 11:54:47 +01:00
parent c31fdd5e03
commit 1cbd8a9e2c

View file

@ -3,5 +3,10 @@
# Dynamicaly tune devices, if disabled only static tuning will be used.
dynamic_tuning = 1
# how long to sleep before checking for events (in seconds)
# higher number means lower overhead but longer response time
sleep_interval = 1
# Update interval for dynamic tunings (in seconds).
# It must be multiply of the sleep_interval
update_interval = 10