Skip to content

Instantly share code, notes, and snippets.

@Juszczak
Created January 13, 2018 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Juszczak/3de27e71e2b752bfda5d0873624d3551 to your computer and use it in GitHub Desktop.
Save Juszczak/3de27e71e2b752bfda5d0873624d3551 to your computer and use it in GitHub Desktop.
Fix FS Watcher on Ubuntu
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