summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/templates/tuned/openshift/tuned.conf
blob: 68ac5dadb7a46f7441dbd43ede7a3c81c6ef0c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# tuned configuration
#

[main]
summary=Optimize systems running OpenShift (parent profile)
include=${f:virt_check:{{ openshift_tuned_guest_profile }}:throughput-performance}

[selinux]
avc_cache_threshold=65536

[net]
nf_conntrack_hashsize=131072

[sysctl]
kernel.pid_max=131072
net.netfilter.nf_conntrack_max=1048576
fs.inotify.max_user_watches=65536
net.ipv4.neigh.default.gc_thresh1=8192
net.ipv4.neigh.default.gc_thresh2=32768
net.ipv4.neigh.default.gc_thresh3=65536
net.ipv6.neigh.default.gc_thresh1=8192
net.ipv6.neigh.default.gc_thresh2=32768
net.ipv6.neigh.default.gc_thresh3=65536