Thanks for answering the query.
On Mon, 8 Aug, 2022, 17:04 Sergey Kandaurov, wrote:
>
> > On 8 Aug 2022, at 06:49, Sergey A. Osokin wrote:
> >
> > Hi,
> >
> > On Fri, Aug 05, 2022 at 07:40:35PM +0530, Vishwas Bm wrote:
> >>
> >> What is the use of zone in stream upstream
> >> http://nginx.org/
> On 8 Aug 2022, at 06:49, Sergey A. Osokin wrote:
>
> Hi,
>
> On Fri, Aug 05, 2022 at 07:40:35PM +0530, Vishwas Bm wrote:
>>
>> What is the use of zone in stream upstream
>> http://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#zone
>
> Since this is the part of the commercial sub
Thanks for the response. I have below configuration in nginx.conf
worker_processes 8;
pid /var/run/nginx.pid;
worker_rlimit_nofile 196886;
worker_shutdown_timeout 10s ;
include /etc/nginx/conf.d/main/*.conf;
events {
multi_accepton;
worker_connections 16384;
use
Hi,
On Fri, Aug 05, 2022 at 07:40:35PM +0530, Vishwas Bm wrote:
>
> What is the use of zone in stream upstream
> http://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#zone
Since this is the part of the commercial subscription, I'd recommend
to contact NGINX Plus premium support team, p
Any inputs on this ?
On Fri, 5 Aug, 2022, 19:40 Vishwas Bm, wrote:
> Hi,
>
> What is the use of zone in stream upstream
> http://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#zone
>
> Does it have any impact on how loadbalancing happens when there are
> multiple worker process?
>
> Al
Hi,
What is the use of zone in stream upstream
http://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#zone
Does it have any impact on how loadbalancing happens when there are
multiple worker process?
Also how is the size needs to be calculated ?
Is 5m size sufficient for 10 worker proce