Skip to content

Instantly share code, notes, and snippets.

@pierophp
Created November 16, 2017 15:00
Show Gist options
  • Save pierophp/7bdcd8faecdb48d52e6310d3ab068369 to your computer and use it in GitHub Desktop.
Save pierophp/7bdcd8faecdb48d52e6310d3ab068369 to your computer and use it in GitHub Desktop.
Nodemon Increse watches
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment