We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--- FAIL: TestGetconf (0.00s) sysconf_test.go:87: Sysconf(OPEN_MAX/4) returned 1048576, want 1024 FAIL
I think it's related to golang/go#46279
So my system OPEN_MAX is 1024, and Go just bumps it to 1024*1024. However getconf still reports the origin one.
getconf
The text was updated successfully, but these errors were encountered:
I think this was „fixed“ by #71. I‘ll tag a new release wirh that change included.
Sorry, something went wrong.
Oh I miss that! When I browser new commits on master, I just notice the dependabot ones...
No branches or pull requests
I think it's related to golang/go#46279
So my system OPEN_MAX is 1024, and Go just bumps it to 1024*1024. However
getconf
still reports the origin one.The text was updated successfully, but these errors were encountered: