2120 shaares
3 results
tagged
synology
The configured user limit (8192) on the number of inotify watches has been reached
Go to Control Panel > Task Scheduler.
Create a New Task > Triggered Task > User-defined script.
In General Settings tab: give it a name (e.g. “sysctl inotify fix”) and Event = Boot-up.
In the Task Settings tab: enter this in the Run Command box:
sh -c '(sleep 90 && echo 204800 > /proc/sys/fs/inotify/max_user_watches)&'