How do I increase the limit on my Inotify watch?
How do I increase the limit on my Inotify watch? Recommended solution Step 1: Find the current watch limit. Find the current inotify watch limit by examining the proc file system. In Terminal, run the following: cat /proc/sys/fs/inotify/max_user_watches. Step 2: Change the watch limit. To change the watch limit value, edit the sysctl. conf file. […]