How to increase the amount of connections allowed per node? #4806
Unanswered
razb-viola
asked this question in
Q&A
Replies: 0 comments 3 replies
-
I think you can refer to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used autocannon in order to burst my api. I am trying to know how much connections are allowed to be opened simultaneously.
So far, if I create up to 300 concurrent connections, I can burst my API with 300k requests and all of them will be fulfilled.
If I increase it to 400-500 some requests will failed with ECONNECT -54 error.
The more concurrent connections I try to overload on the node is the more errors will be.
I know that in order to scale I should provision more nodes. But I am just researching and trying to understand how much connections, just one node, is practically can handle. And, if I can configure this my self - not that I want - just wanna find the limits as a research.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions