Archive for 2016

Gurad FATAL: Listen error

Tuesday, February 9, 2016 · Posted in ,

While using guard with Rails 4, I have faced an error:

FATAL: Listen error: unable to monitor directories for changes.


Below command in Debian system work fine for me:

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

I hope this helps.

Powered by Blogger.