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

on a large codebase, go-sumtype blows the file descriptor limit #5

Open
BurntSushi opened this issue Apr 26, 2017 · 1 comment
Open

Comments

@BurntSushi
Copy link
Owner

This happens when the file descriptor limit is 256, but is fixed by increasing that limit to 1024. Still, 256 open files seems excessive.

go-sumtype itself never opens any file descriptors, instead delegating that work to the loader package. We should confirm the bug is there and then either try to fix it or file a bug with loader.

@frou
Copy link
Contributor

frou commented Nov 25, 2019

Wasn't this fixed back in 2017 by PR #6 ?

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

2 participants