shekyan/slowhttptest

Number of connections capped at 4090

Opened this issue · 2 comments

Number of connections capped at 4090 no matter what server I test on. Why does 
it not go higher than 4090?

Original issue reported on code.google.com by letterst...@gmail.com on 28 Sep 2014 at 12:54

[deleted comment]
it is probably the limit of max open file descriptors for the shell where you 
run slowhttptest, which tries to bump that number but privileges of the process 
my not allow to do that. Try running with sudo.

Original comment by shek...@gmail.com on 20 Nov 2014 at 5:57