Skip to content

Instantly share code, notes, and snippets.

@skvggor
Created September 8, 2013 15:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skvggor/6485844 to your computer and use it in GitHub Desktop.
Save skvggor/6485844 to your computer and use it in GitHub Desktop.
Resolve o warning `Warning: watch ENOSPC` quando a tarefa GruntJS é chamada via terminal.
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