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

Too many open files error while running Kitura-NIO tests #1

Closed
pushkarnk opened this issue May 14, 2018 · 2 comments
Closed

Too many open files error while running Kitura-NIO tests #1

pushkarnk opened this issue May 14, 2018 · 2 comments

Comments

@pushkarnk
Copy link
Contributor

Can be worked around by setting ulimit -n to a sufficient high value. 65536 works well for the Kitura tests.

@pushkarnk
Copy link
Contributor Author

ulimit -n 65536 helps work around this issue.

@pushkarnk
Copy link
Contributor Author

Happens only in environments where the open file limit is as low as 1024. Closing.

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