Skip to content

Instantly share code, notes, and snippets.

@davipviana
Created September 17, 2020 10:19
Show Gist options
  • Save davipviana/47c17ccd610c89d4c19980ea940ddb36 to your computer and use it in GitHub Desktop.
Save davipviana/47c17ccd610c89d4c19980ea940ddb36 to your computer and use it in GitHub Desktop.
Increase file watchers limit

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