Skip to content

Instantly share code, notes, and snippets.

@culttm
Created July 7, 2016 12:53
Show Gist options
  • Select an option

  • Save culttm/acd7ea436734d57059697801f133746c to your computer and use it in GitHub Desktop.

Select an option

Save culttm/acd7ea436734d57059697801f133746c to your computer and use it in GitHub Desktop.
in linux you fix this with the command:
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