1
0
Fork 0
tuned/profiles/atomic-host/tuned.conf
Paolo Abeni e1b21f23c9 raise the netfilter hash table size in openshift/atomic-{host,guest}
to match the max netfilter conntrack entries, reducing such hash
table load.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2022-02-09 17:15:46 +01:00

18 lines
307 B
Text

#
# tuned configuration
#
[main]
summary=Optimize bare metal systems running the Atomic variant
include=throughput-performance
[selinux]
avc_cache_threshold=65536
[net]
nf_conntrack_hashsize=1048576
[sysctl]
kernel.pid_max=131072
net.netfilter.nf_conntrack_max=1048576
fs.inotify.max_user_watches=65536