Hi Sergei,
>> What about if you run with 5 processes instead of 10? Ar you still maxing out
>> at 200k session (which would increase the per process sessions to 40k) or are
>> you maxing out at 100k (maintaing max 20k per process)?
>
> I’ve tried to decrease number of processes - caused decrease in stot as well.
>
>>
>> How are your benchmarking this, are you sure the limit is not on the client
>> (benchmark) site?
>
> I thought so, but I’m using about ~10 virtual servers, each is running
> multiple
> copies of testing app (python code). Increase of number of virtual server
> doesn’t lead to increase in connections, unfortunately.
Ok, what about bandwidth? Are you sure there is no bandwidth chokepoint
somewhere?
Anyway, please bump maxconn (both global and default), just to make sure
you don't hit a limit there.
Regards,
Lukas