Created
March 22, 2019 11:32
-
-
Save corlaez/a626c74c86a692c19423e8b7acee2c2e to your computer and use it in GitHub Desktop.
Increase inotify max_user_watches in unix
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
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