Created
December 17, 2020 08:08
-
-
Save marcometz/4de5a2942493137c31a0e92e08f902ff to your computer and use it in GitHub Desktop.
increase the amount of inotify watchers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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