1
0
Fork 0

Merge pull request #250 from olysonek/disable-timer-migration

cpu-partitioning: Disable kernel.timer_migration
This commit is contained in:
Jaroslav Škarvada 2020-04-29 16:58:00 +02:00 committed by GitHub
commit 398f943f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}