If you see in logs next exception java.io.IOException: User limit of inotify watches reached don't afraid just execute echo 16384 | sudo tee /proc/sys/fs/inotify/max_user_watches on your linux machine
java.io.IOException: User limit of inotify watches reached
echo 16384 | sudo tee /proc/sys/fs/inotify/max_user_watches
Last updated 2 years ago