Created
May 22, 2017 06:53
-
-
Save ZainaliSyed/78cc1f0e5faa29f39bc6970d1ab4c832 to your computer and use it in GitHub Desktop.
Watchman Need Help
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 256 | sudo tee -a /proc/sys/fs/inotify/max_user_instances | |
echo 32768 | sudo tee -a /proc/sys/fs/inotify/max_queued_events | |
echo 65536 | sudo tee -a /proc/sys/fs/inotify/max_user_watches | |
watchman shutdown-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment