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:
parent
9bb73e8f40
commit
aa859eecdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue