1
0
Fork 0

cpu-partitioning: Disable kernel.timer_migration

Reportedly, it's no longer needed.

Resolves: rhbz#1797629

Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
Ondřej Lysoněk 2020-02-26 17:42:12 +01:00
parent 9bb73e8f40
commit aa859eecdd

View file

@ -39,7 +39,7 @@ assert2=${f:assertion:isolated_cores contains online CPU(s):${isolated_cores_exp
kernel.hung_task_timeout_secs = 600
kernel.nmi_watchdog = 0
vm.stat_interval = 10
kernel.timer_migration = 1
kernel.timer_migration = 0
[sysfs]
/sys/bus/workqueue/devices/writeback/cpumask = ${not_isolated_cpumask}