r-publishing / marketplace-v1

The RPC Marketplace
Apache License 2.0
1 stars 2 forks source link

File watch limit #9

Closed Bill-Kunj closed 2 years ago

Bill-Kunj commented 2 years ago

The following error messages are produced when running yarn dev

Watchpack Error (watcher): Error: ENOSPC: System limit for number of file watchers reached, watch '/home'
Watchpack Error (watcher): Error: ENOSPC: System limit for number of file watchers reached, watch '/home/me'

Other than simply increasing the system limit, is there a way to restrict the number of files being watched by yarn dev?

Bill-Kunj commented 2 years ago

This turns out to be a red herring. There were several applications in the background also doing file watches. Closing