Last active
April 28, 2017 12:31
-
-
Save shukerullah/0ded583516da25fa66a56e7750aafd5d to your computer and use it in GitHub Desktop.
ERROR A non-recoverable condition has triggered. Watchman needs your 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