Browse Source

Merge pull request #9021 from aveshagarwal/master-test

Make fs_inotify_max_user_watches configurable.
OpenShift Merge Robot 6 years ago
parent
commit
947954e0eb
2 changed files with 2 additions and 0 deletions
  1. 1 0
      roles/tuned/defaults/main.yml
  2. 1 0
      roles/tuned/templates/openshift-node/tuned.conf

+ 1 - 0
roles/tuned/defaults/main.yml

@@ -1,3 +1,4 @@
 ---
 tuned_etc_directory: '/etc/tuned'
 tuned_templates_source: '../templates'
+openshift_fs_inotify_max_user_watches: 65536

+ 1 - 0
roles/tuned/templates/openshift-node/tuned.conf

@@ -8,3 +8,4 @@ include=openshift
 
 [sysctl]
 net.ipv4.tcp_fastopen=3
+fs.inotify.max_user_watches={{ openshift_fs_inotify_max_user_watches }}