to match the max netfilter conntrack entries, reducing such hash table load. Signed-off-by: Paolo Abeni <pabeni@redhat.com>
18 lines
307 B
Text
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
|