Created
August 30, 2019 05:56
-
-
Save gpetuhov/7964a002edd0712b6b91071fe044b939 to your computer and use it in GitHub Desktop.
Ubuntu increase inotify limit
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
Ubuntu increase inotify limit | |
https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers | |
cat /proc/sys/fs/inotify/max_user_watches | |
(default is 8192) | |
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf | |
sudo sysctl -p | |
cat /proc/sys/fs/inotify/max_user_watches | |
(should be 524288) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment