Skip to content

Commit

Permalink
add troubleshooting for file watching limits (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahat862 committed Apr 17, 2019
1 parent a1e7952 commit e653ccb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@ can.

</details>

<details>

<summary>"Error: ENOSPC: System limit for number of file watchers reached" when running tests</summary>

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
</details>

## Contributors

Thanks goes to these wonderful people
Expand Down

0 comments on commit e653ccb

Please sign in to comment.