Last active
July 22, 2020 16:11
-
-
Save derekclair/25088e09d2d7147045485ddf8fd165b8 to your computer and use it in GitHub Desktop.
Remove macOS FileSystem watch limit. SEE: https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers
This file contains 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 fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://krypted.com/mac-os-x/maximum-files-in-mac-os-x/