Merge pull request #250 from olysonek/disable-timer-migration
cpu-partitioning: Disable kernel.timer_migration
This commit is contained in:
commit
398f943f70
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