High Memory usage Nginx_Apache

zephnn

New member
Joined
Mar 29, 2016
Messages
1
Hello,

We are experiencing high memory for Nginx on some servers. We're using Nginx_Apache, so Nginx as a Proxy in front of Apache.
When Nginx is started memory usage is already at 1.2GB.

ps -ef | grep nginx
root 13461 1 0 10:18 ? 00:00:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
nginx 13462 13461 0 10:18 ? 00:00:01 nginx: worker process
nginx 13464 13461 0 10:18 ? 00:00:00 nginx: worker process
nginx 13465 13461 0 10:18 ? 00:00:00 nginx: worker process
nginx 13466 13461 0 10:18 ? 00:00:00 nginx: worker process


We're using the latest Custombuild 2.0 release and were already experiencing this problem a few months ago on other servers.
The server in question is currently running Apache 2.4 with php-fpm. mod_security is already disabled.

Any ideas?

Thanks in advance!
 
Back
Top