sudo aptitude install inotify-toolsThe default maximum user watches is 8192. Double that number by running the command as root:
echo 16384 > /proc/sys/fs/inotify/max_user_watchesTest that is works by running your web project/server. The error message should now be suppressed.