Skip to content

Commit 7d574c1

Browse files
committed
1024 due to CI limits
1 parent b63b59f commit 7d574c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkg/preflights/host-preflight.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -905,19 +905,19 @@ spec:
905905
checkName: "Adequate inotify max_user_instances"
906906
outcomes:
907907
- 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'."
910910
- pass:
911-
when: 'fs.inotify.max_user_instances > 8191'
911+
when: 'fs.inotify.max_user_instances > 1023'
912912
message: "Adequate inotify max_user_instances."
913913
- sysctl:
914914
checkName: "Adequate inotify max_user_watches"
915915
outcomes:
916916
- 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'."
919919
- pass:
920-
when: 'fs.inotify.max_user_watches > 8191'
920+
when: 'fs.inotify.max_user_watches > 1023'
921921
message: "Adequate inotify max_user_watches."
922922
- networkNamespaceConnectivity:
923923
collectorName: check-network-namespace-connectivity

0 commit comments

Comments
 (0)