Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ZainaliSyed/78cc1f0e5faa29f39bc6970d1ab4c832 to your computer and use it in GitHub Desktop.
Save ZainaliSyed/78cc1f0e5faa29f39bc6970d1ab4c832 to your computer and use it in GitHub Desktop.
Watchman Need Help
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