Skip to content

Instantly share code, notes, and snippets.

@marcometz
Created December 17, 2020 08:08
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 marcometz/4de5a2942493137c31a0e92e08f902ff to your computer and use it in GitHub Desktop.
Save marcometz/4de5a2942493137c31a0e92e08f902ff to your computer and use it in GitHub Desktop.
increase the amount of inotify watchers
Increasing the amount of inotify watchers
If you are running Debian, RedHat, or another similar Linux distribution, run the following in a terminal:
$ echo fs.inotify.max_user_watches=524288 >> /etc/sysctl.conf
$ sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment