October 05, 2016 08:10AM
On some of the Severs Waiting is increasing in uneven way like if we have 3 Set of Servers on all of them Active Connections is around 6K and Writing on two of the Server its around 500 -600 while on third ts 3000 . On this server response time is increasing in delivering the content.
This happens even if the content is served from cache of nginx.
Is any parameter in Nginx causing this, as on stopping the Nginx , the same behaviour shifts to Other Two of them.

This is the Nginx Conf which we are using
Server is having 60 CPU Cores with 1.5 TB of RAM
PFB part of nginx.conf of server with issue :

worker_processes auto;
events {
worker_connections 4096;
use epoll;
multi_accept on;
}
worker_rlimit_nofile 100001;

http {
include mime.types;
default_type video/mp4;
proxy_buffering on;
proxy_buffer_size 4096k;
proxy_buffers 5 4096k;
sendfile on;
keepalive_timeout 30;
keepalive_requests 60000;
send_timeout 10;
tcp_nodelay on;
tcp_nopush on;
reset_timedout_connection on;
gzip off;
server_tokens off;

Regards,
Anish
Subject Author Posted

Uneven High Load on the Nginx Server

anish10dec September 27, 2016 01:09PM

Re: Uneven High Load on the Nginx Server

Maxim Dounin September 27, 2016 01:58PM

Re: Uneven High Load on the Nginx Server

anish10dec September 27, 2016 02:20PM

Re: Uneven High Load on the Nginx Server

anish10dec October 05, 2016 08:10AM

Re: Uneven High Load on the Nginx Server

Reinis Rozitis October 05, 2016 08:42AM

Re: Uneven High Load on the Nginx Server

anish10dec October 05, 2016 08:51AM

Re: Uneven High Load on the Nginx Server

Reinis Rozitis October 05, 2016 09:10AM

Re: Uneven High Load on the Nginx Server

anish10dec October 05, 2016 09:42AM

RE: Uneven High Load on the Nginx Server

Reinis Rozitis October 05, 2016 02:36PM

Re: RE: Uneven High Load on the Nginx Server

anish10dec October 06, 2016 03:59AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 319
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