Increase inotify watchers

If you are running a UNIX based system, it is a good idea to increase the allowed number of inotify watcher.

echo fs.inotify.max_user_watches=1048576 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p