Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openFile: resource exhausted (Too many open files) on a 1500 file project #34

Open
maurges opened this issue Nov 11, 2021 · 0 comments
Open

Comments

@maurges
Copy link

maurges commented Nov 11, 2021

It works fine if I only inspect a 500 file part of the project. Well, even for 500 modules the graph is too large to be comfortable to navigate, so I guess the issue is not that important.

> graphmod --version
graphmod 1.4.4
> fd '\.hs$' | wc -l
1428
> fd '\.hs$' | xargs graphmod -q
graphmod: packages/common/src/Kafka/Producer/Extra.hs: openFile: resource exhausted (Too many open files)

Running without -q I get a lot of warnings about not found modules and nothing interesting.

I'm using MacOS 11.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant