-
Notifications
You must be signed in to change notification settings - Fork 43
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
bug: resource usage #140
Comments
hyperium/hyper#1422 related? |
by using on a separate note, the peer count is almost 1-1 correlated with the established outgoing connections count, so as a quick solution we have added a limiter on this count, effectively setting a cap on the number of all peers of a node. |
setting the maximum established outgoing connections allows to set a cap on this resource usage |
with libp2p/rust-libp2p#5595 this may be fixed |
Problem
The process may sometimes reach
ulimit
and therefore give errors during API calls such asOs { code: 24, kind: Uncategorized, message: \"No file descriptors available\" })) }
during a DNS lookup.How to Reproduce
Not yet known.
Expected Behaviour
Should not give error.
Version
0.2.18
The text was updated successfully, but these errors were encountered: