Re: high memory usage

2019-10-29 Thread skzai
Hi Anoop, there was a similar problem to me. This is really stressful :/ But I found a solution here: https://bit.ly/2pS0QW1 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281689,286039#msg-286039 ___ nginx mailing list nginx@nginx.org http

Re: High memory usage

2019-10-28 Thread henrywilliam463
Hey, Have you got the solution of this? I also want to send mails for my website https://apkstreet.com Posted at Nginx Forum: https://forum.nginx.org/read.php?2,285979,286021#msg-286021 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/ma

Re: High memory usage

2019-10-27 Thread J.R.
Few things... brotli_comp_level should probably be something like 5, setting to 9 would be rather CPU intensive (much more than gzip 9). Some of your proxy buffer settings seem rather excessive... Something like this would probably be sufficient unless you have some *really* large files coming f

Re: High memory usage

2019-10-24 Thread bvek1
Hello, Thanks for your time ! I'm running PHP-FPM for the API I created that dynamicaly create Nginx vhosts (that's why I need to reload Nginx quite often). It's not really use, like < 1000 requests / day. 99.999% of the trafic is just is associated with the 15K domain and Nginx just do a proxy_

Re: High memory usage

2019-10-23 Thread J.R.
> A typical vhost file is quite simple, it's just a proxy_pass to a backend, > with some hack to do a retry is we first get and error message (based on > proxy_intercept_errors). http2 is on. I don't use any caches. Are you running PHP FPM? If so, check all your process manager settings. I've seen

High memory usage

2019-10-23 Thread bvek1
on what can cause a high memory usage on Nginx ? Thanks, Alexis Posted at Nginx Forum: https://forum.nginx.org/read.php?2,285979,285979#msg-285979 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

high memory usage

2018-10-25 Thread Anoop Alias
Hi, On a shared server with a large number of accounts sites-enabled]# grep "server {" *|wc -l 11877 The memory usage of nginx is very high -- Private + Shared = RAM used Prog