I don't understand why some people suggest using: sh -c '(sleep 90 && echo 204800 > /proc/sys/fs/inotify/max_user_watches)&' sh -c '(sleep 90 && echo 10000 > /proc/sys/fs/inotify/max_user_instances)&' Remove those two lines and replace them in your startup task with these two lines: sysctl fs.inotify.max_user_watches=1048576; sysctl fs.inotify.max_user_instances=4096; You can adjust the values as needed but those are what I'd suggest you start with.  
    • Like
    2