Failed to add inotify watch : no space left on disk
This is due to the inotify watch limit being hit. cat /proc/sys/fs/inotify/max_user_watches
sudo sysctl fs.inotify.max_user_watches=524288
or edit /etc/sysctl.conf followed by sysctl -p
Failed to add inotify watch : no space left on disk
This is due to the inotify watch limit being hit. cat /proc/sys/fs/inotify/max_user_watches
sudo sysctl fs.inotify.max_user_watches=524288
or edit /etc/sysctl.conf followed by sysctl -p