cli icon indicating copy to clipboard operation
cli copied to clipboard

--watch will error if the folder contains too many files

Open JakeChampion opened this issue 10 months ago • 4 comments

My project has lots of files (214,269 files) and when I try and use the --watch mode, the cli will error

Version

❯ fastly version Fastly CLI version v10.4.0 (4b869ab3) Built with go version go1.21.0 linux/amd64 Viceroy version: viceroy 0.7.0

What happened

I ran fastly compute serve --watch and had this error happen:

2023/09/06 02:20:55 error configuring watching for file changes: open polyfill-libraries/polyfill-library-3.52.1/polyfills/__dist/Intl.PluralRules.~locale.os: too many open files

JakeChampion avatar Sep 06 '23 01:09 JakeChampion