From 099ae05b747783aa8f4b0a743070ca8a89962d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 15 Jun 2016 21:36:44 +0200 Subject: [PATCH] realtime: fixed kernel.sched_rt_runtime_us to be -1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kernel.sched_rt_runtime_us - a global limit on how much time realtime scheduling may use. A run time of -1 specifies runtime == period, ie. no limit. Resolves: rhbz#1346715 Signed-off-by: Jaroslav Škarvada --- profiles/realtime/tuned.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/realtime/tuned.conf b/profiles/realtime/tuned.conf index 6fd8186..de1b54a 100644 --- a/profiles/realtime/tuned.conf +++ b/profiles/realtime/tuned.conf @@ -16,7 +16,7 @@ not_isolated_cpumask = ${f:cpulist2hex_invert:${isolated_cores}} [sysctl] kernel.hung_task_timeout_secs = 600 kernel.nmi_watchdog = 0 -kernel.sched_rt_runtime_us = 1000000 +kernel.sched_rt_runtime_us = -1 vm.stat_interval = 10 kernel.timer_migration = 0