From 251a9e89d30f7356ac813169a65dd279bc7ac26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= Date: Thu, 12 Dec 2019 17:41:38 +0100 Subject: [PATCH] oracle: Turn off NUMA balancing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Turn off NUMA balancing, according to feedback from the performance team. Resolves: rhbz#1782233 Signed-off-by: Ondřej Lysoněk --- profiles/oracle/tuned.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/oracle/tuned.conf b/profiles/oracle/tuned.conf index 1bf989b..f84cb2f 100644 --- a/profiles/oracle/tuned.conf +++ b/profiles/oracle/tuned.conf @@ -24,6 +24,7 @@ net.core.rmem_max = 4194304 net.core.wmem_default = 262144 net.core.wmem_max = 1048576 kernel.panic_on_oops = 1 +kernel.numa_balancing = 0 [vm] transparent_hugepages=never