Maxim,
Out of curiosity I checked some of my servers with "ss -l -t -p | grep
nginx | wc -l"
I'm at 15k at most. Large numbers of worker processes make it relatively
easy to hit the ~20k limit it seems.
With Regards,
Mathew
On Wed, 5 May 2021 at 01:53, Maxim Dounin wrote:
> Hello!
>
> On Fri,
Hello!
On Fri, Apr 30, 2021 at 11:14:48AM +0200, Charlie Kilo wrote:
> correction.. if i count with
> ss -l -t |grep http | wc -l
> we have around 58340 listening sockets.. at least on that machine..
Since "listen ... reuseport;" implies a separate listening socket
for each worker process, that