From 796b4f4fd43f6e8cb09d51da35537ea8f882851c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 29 Oct 2015 15:23:46 +0100 Subject: [PATCH] profiles: removed nohz_full from the realtime profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: rhbz#1274486 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 8688057..4273ad2 100644 --- a/profiles/realtime/tuned.conf +++ b/profiles/realtime/tuned.conf @@ -28,7 +28,7 @@ vm.stat_interval = 10 # NUMA node0 CPU(s): 0,2,4,6,8,10,12,14,16,18,20,22 # NUMA node1 CPU(s): 1,3,5,7,9,11,13,15,17,19,21,23 -cmdline=isolcpus=${isolated_cores} nohz_full=${isolated_cores} intel_pstate=disable nosoftlockup +cmdline=isolcpus=${isolated_cores} intel_pstate=disable nosoftlockup [script] script = script.sh