Page 1 of 1
Is it okay to reach the NGINX usage limit?
Posted: Fri Feb 10, 2017 2:48 pm
by pmesco
Is it okay to reach the NGINX usage limit?
If not, is there any suggestion?

Re: Is it okay to reach the NGINX usage limit?
Posted: Sat Feb 11, 2017 1:53 pm
by pmesco
anyone help?
Re: Is it okay to reach the NGINX usage limit?
Posted: Sat Feb 11, 2017 6:19 pm
by ScIT
pmesco wrote:anyone help?
Is it normal for your site that you have so much requests? Without more informations about your system, version, maybe logs, it is hard to say. That's why you don't get a answer at the moment.
Re: Is it okay to reach the NGINX usage limit?
Posted: Sun Feb 12, 2017 2:47 am
by pmesco
ScIT wrote:pmesco wrote:anyone help?
Is it normal for your site that you have so much requests? Without more informations about your system, version, maybe logs, it is hard to say. That's why you don't get a answer at the moment.
Debian 8
Version:0.9.8
I turned off the logs so that i cant provide logs.
I moved my other domain with 250,000 unique visitors per day to this server, thats why the requests increase
Now my question is, its okay that my server is reaching the nginx limit? or is there other way to increase the limit cause i see its maximum 2k
Re: Is it okay to reach the NGINX usage limit?
Posted: Sun Feb 12, 2017 6:47 am
by noogen
There's really no max limit. If you monitor your load and find that your server can handle it, then turn up the limit. The default limit is 1024 concurrent request per worker process set inside of /etc/nginx/nginx.conf for safety purpose. My guess is that you hit 2048 because it has 2 core/worker?
Re: Is it okay to reach the NGINX usage limit?
Posted: Sun Feb 12, 2017 10:27 am
by mehargags
The correct way to determine average simultaneous users is by looking at your Google Analytics, especially watching the realtime visitors. Then you can tally it with vesta logs.
Looks like quite a busy site... so keep watch on your TOP/HTOP stats to see you are not hitting memory/cpu limits... NGINX doesn't have a limit as such
Re: Is it okay to reach the NGINX usage limit?
Posted: Mon Feb 13, 2017 2:50 am
by pmesco
I set the concurrent request to 2048 per processor, tnx