diff options
Diffstat (limited to 'roles/tuned/templates/openshift-node')
-rw-r--r-- | roles/tuned/templates/openshift-node/tuned.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/tuned/templates/openshift-node/tuned.conf b/roles/tuned/templates/openshift-node/tuned.conf new file mode 100644 index 000000000..78c7d19c9 --- /dev/null +++ b/roles/tuned/templates/openshift-node/tuned.conf @@ -0,0 +1,10 @@ +# +# tuned configuration +# + +[main] +summary=Optimize systems running OpenShift nodes +include=openshift + +[sysctl] +net.ipv4.tcp_fastopen=3 |