I have a growing yesod project and have just started getting these pipe resource exhausted errors when my running 'yesod devel' is trying to recompile after detecting a file change in the project:
<no location info>: error:
gcc: builderMainLoop: pipe: resource exhausted (Too many open files)
So far I have just rerun 'stack exec -- yesod devel' in the terminal and (eventually) it will build the whole project and run the site.
I have the latest yesod binaries.
Has anyone else run into this?