Blame SOURCES/tuned-2.18.0-nf-conntrack-hashsize.patch

2e2415
From e1b21f23c9ca00bf9f399165c4d46d647f3946ca Mon Sep 17 00:00:00 2001
2e2415
From: Paolo Abeni <pabeni@redhat.com>
2e2415
Date: Wed, 9 Feb 2022 17:15:46 +0100
2e2415
Subject: [PATCH] raise the netfilter hash table size in
2e2415
 openshift/atomic-{host,guest} to match the max netfilter conntrack entries,
2e2415
 reducing such hash table load.
2e2415
2e2415
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2e2415
---
2e2415
 profiles/atomic-guest/tuned.conf | 2 +-
2e2415
 profiles/atomic-host/tuned.conf  | 2 +-
2e2415
 profiles/openshift/tuned.conf    | 2 +-
2e2415
 3 files changed, 3 insertions(+), 3 deletions(-)
2e2415
2e2415
diff --git a/profiles/atomic-guest/tuned.conf b/profiles/atomic-guest/tuned.conf
2e2415
index c5a9417d..fe8d382a 100644
2e2415
--- a/profiles/atomic-guest/tuned.conf
2e2415
+++ b/profiles/atomic-guest/tuned.conf
2e2415
@@ -10,7 +10,7 @@ include=virtual-guest
2e2415
 avc_cache_threshold=65536
2e2415
 
2e2415
 [net]
2e2415
-nf_conntrack_hashsize=131072
2e2415
+nf_conntrack_hashsize=1048576
2e2415
 
2e2415
 [sysctl]
2e2415
 kernel.pid_max=131072
2e2415
diff --git a/profiles/atomic-host/tuned.conf b/profiles/atomic-host/tuned.conf
2e2415
index 968366fa..91ea5555 100644
2e2415
--- a/profiles/atomic-host/tuned.conf
2e2415
+++ b/profiles/atomic-host/tuned.conf
2e2415
@@ -10,7 +10,7 @@ include=throughput-performance
2e2415
 avc_cache_threshold=65536
2e2415
 
2e2415
 [net]
2e2415
-nf_conntrack_hashsize=131072
2e2415
+nf_conntrack_hashsize=1048576
2e2415
 
2e2415
 [sysctl]
2e2415
 kernel.pid_max=131072
2e2415
diff --git a/profiles/openshift/tuned.conf b/profiles/openshift/tuned.conf
2e2415
index 9019c05e..9815fb9e 100644
2e2415
--- a/profiles/openshift/tuned.conf
2e2415
+++ b/profiles/openshift/tuned.conf
2e2415
@@ -10,7 +10,7 @@ include=${f:virt_check:virtual-guest:throughput-performance}
2e2415
 avc_cache_threshold=8192
2e2415
 
2e2415
 [net]
2e2415
-nf_conntrack_hashsize=131072
2e2415
+nf_conntrack_hashsize=1048576
2e2415
 
2e2415
 [sysctl]
2e2415
 net.ipv4.ip_forward=1