diff --git a/README.md b/README.md index a240be4..63cfb9d 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,18 @@ can. +
+ +"Error: ENOSPC: System limit for number of file watchers reached" when running tests + +Try increasing your system's file watchers limit: +``` +echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p +``` +> Read more about what’s happening at https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details + +
+ ## Contributors Thanks goes to these wonderful people