1
0
Fork 0
tuned/profiles/realtime
Luiz Capitulino 9bc020df37 realtime: use skew_tick=1 in kernel cmdline
By default the timer tick will fire at the same time on all
CPUs. This causes the jiffies_lock to get contended in the
real-time kernel, as it's a raw spinlock. skew_tick=1 causes
the timer tick to fire at different times on all CPUs,
fixing the contention.

Note skew_tick=1 usage is going to be propagated to the
NFV profiles as well.

Resolves: rhbz#1447938

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
2017-05-29 17:30:17 +02:00
..
realtime-variables.conf realtime: minor formatting fix 2015-06-29 16:37:21 +02:00
script.sh realtime: fixed misleading error message if no isolated cores are set 2017-03-30 15:07:49 +02:00
tuned.conf realtime: use skew_tick=1 in kernel cmdline 2017-05-29 17:30:17 +02:00