From 98c9adf7fe05cdd66cc06e9efa121fe821f92400 Mon Sep 17 00:00:00 2001 From: vikaschoudhary16 Date: Tue, 21 Aug 2018 08:11:26 -0400 Subject: [PATCH] Increase inotify user instance limit --- test/kubemark/resources/hollow-node_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kubemark/resources/hollow-node_template.yaml b/test/kubemark/resources/hollow-node_template.yaml index dffff8d7ac..af04b33e30 100644 --- a/test/kubemark/resources/hollow-node_template.yaml +++ b/test/kubemark/resources/hollow-node_template.yaml @@ -18,7 +18,7 @@ spec: initContainers: - name: init-inotify-limit image: busybox - command: ['sysctl', '-w', 'fs.inotify.max_user_instances=200'] + command: ['sysctl', '-w', 'fs.inotify.max_user_instances=1000'] securityContext: privileged: true volumes: