Welcome! Log In Create A New Profile

Advanced

Re: IPV6 UDP port 6343

Sergey A. Osokin
October 17, 2022 08:38PM
On Mon, Oct 17, 2022 at 07:20:11PM -0400, Andre Pedro wrote:
> On Fri, Oct 14, 2022 at 10:56 AM Sergey A. Osokin <osa@freebsd.org.ru> wrote:
> > On Fri, Oct 14, 2022 at 07:33:17AM -0400, Andre Pedro wrote:
> > > > [...]
> > > >
> > > > > events {
> > > > > worker_connections 100000000;
> > > > > }
> > > >
> > > > Could you please provide an explaination about that one.
> >
> > > This is just a random(big number) that I've decided on.
> >
> > Have you tuned any other system resources or parameters to work with such
> > a huge number? How many worker processes in that instance?
>
> No, I have not.. the reason I've set this number quite high is because I am
> expecting a huge amount of packets destined to UDP port 6343.. so I was
> just playing with numbers really.
>
> What number would you recommend? Also, why does it work with ipv4?

I'd recommend to use the default value until you have an evidence that
the default value needs to be tweaked. All other numbers need to
be tested pretty well with the same traffic volume and pattern.

Please note that the worker_connections is the number of sumiltaneous
connections per worker. The configuration file you've shared contains
the following line:

worker_process auto;

So, the number of worker process depends on a number of CPUs in the
system.

Hope that helps.

--
Sergey A. Osokin
_______________________________________________
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-leave@nginx.org
Subject Author Posted

IPV6 UDP port 6343

Andre Pedro October 13, 2022 09:04PM

Re: IPV6 UDP port 6343

Sergey A. Osokin October 13, 2022 10:54PM

Re: IPV6 UDP port 6343

Andre Pedro October 14, 2022 07:34AM

Re: IPV6 UDP port 6343

Sergey A. Osokin October 14, 2022 10:58AM

Re: IPV6 UDP port 6343

Andre Pedro October 17, 2022 07:22PM

Re: IPV6 UDP port 6343

Sergey A. Osokin October 17, 2022 08:38PM

Re: IPV6 UDP port 6343

Sergey A. Osokin October 18, 2022 10:20AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 199
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready