Skip to content

Commit

Permalink
#324, include more Mac error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell authored Jun 22, 2020
1 parent 24e67a7 commit e54c1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ Ghcid only notices when the `.hs` files change. To make it respond to other file

`ghcid ... --test Main.main --setup ":set args myargs"`

#### Why do I get "addWatch: resource exhausted (No space left on device)" on my Mac?
#### Why do I get "addWatch: resource exhausted (No space left on device)" or "openFile: resource exhausted (Too many open files)" on my Mac?

The Mac has a fairly low limit on the number of file handles available. You can increase it with: `sudo sysctl -w fs.inotify.max_user_watches=262144; sudo sysctl -p`

0 comments on commit e54c1eb

Please sign in to comment.