Skip to content

Instantly share code, notes, and snippets.

@melloc01
Created June 24, 2015 18:03
Show Gist options
  • Save melloc01/b3136736164ac45433e7 to your computer and use it in GitHub Desktop.
Save melloc01/b3136736164ac45433e7 to your computer and use it in GitHub Desktop.
Max watched files by Unix
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