You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/preflights/host-preflight.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -905,19 +905,19 @@ spec:
905
905
checkName: "Adequate inotify max_user_instances"
906
906
outcomes:
907
907
- fail:
908
-
when: 'fs.inotify.max_user_instances < 8192'
909
-
message: "Inadequate inotify max_user_instances. To enable it, edit /etc/sysctl.conf, add or edit 'fs.inotify.max_user_instances' to a value of at least 8192, and run 'sudo sysctl -p'."
908
+
when: 'fs.inotify.max_user_instances < 1024'
909
+
message: "Inadequate inotify max_user_instances. To enable it, edit /etc/sysctl.conf, add or edit 'fs.inotify.max_user_instances' to a value of at least 1024, and run 'sudo sysctl -p'."
910
910
- pass:
911
-
when: 'fs.inotify.max_user_instances > 8191'
911
+
when: 'fs.inotify.max_user_instances > 1023'
912
912
message: "Adequate inotify max_user_instances."
913
913
- sysctl:
914
914
checkName: "Adequate inotify max_user_watches"
915
915
outcomes:
916
916
- fail:
917
-
when: 'fs.inotify.max_user_watches < 8192'
918
-
message: "Inadequate inotify max_user_watches. To enable it, edit /etc/sysctl.conf, add or edit 'fs.inotify.max_user_watches' to a value of at least 8192, and run 'sudo sysctl -p'."
917
+
when: 'fs.inotify.max_user_watches < 1024'
918
+
message: "Inadequate inotify max_user_watches. To enable it, edit /etc/sysctl.conf, add or edit 'fs.inotify.max_user_watches' to a value of at least 1024, and run 'sudo sysctl -p'."
0 commit comments