From aa859eecddc303ca98e5a5af3c3da58a64954b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= Date: Wed, 26 Feb 2020 17:42:12 +0100 Subject: [PATCH] cpu-partitioning: Disable kernel.timer_migration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reportedly, it's no longer needed. Resolves: rhbz#1797629 Signed-off-by: Ondřej Lysoněk --- profiles/cpu-partitioning/tuned.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/cpu-partitioning/tuned.conf b/profiles/cpu-partitioning/tuned.conf index 5697750..32d934d 100644 --- a/profiles/cpu-partitioning/tuned.conf +++ b/profiles/cpu-partitioning/tuned.conf @@ -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}