Skip to content

Instantly share code, notes, and snippets.

@corlaez
Created March 22, 2019 11:32
Show Gist options
  • Save corlaez/a626c74c86a692c19423e8b7acee2c2e to your computer and use it in GitHub Desktop.
Save corlaez/a626c74c86a692c19423e8b7acee2c2e to your computer and use it in GitHub Desktop.
Increase inotify max_user_watches in unix
echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_watches && echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_queued_events && echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_instances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment