Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save syntaxhacker/0a5ff9a1097bac1377446ce891d0afad to your computer and use it in GitHub Desktop.
Save syntaxhacker/0a5ff9a1097bac1377446ce891d0afad to your computer and use it in GitHub Desktop.
number of file watchers issue
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