Skip to content

Instantly share code, notes, and snippets.

@luizcarraro
Created December 5, 2016 11:38
Show Gist options
  • Save luizcarraro/19e4924a31c38b704bee8ed0cb44806c to your computer and use it in GitHub Desktop.
Save luizcarraro/19e4924a31c38b704bee8ed0cb44806c to your computer and use it in GitHub Desktop.
Makes ubunto accept many watchman processes
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