excessive RAM consumption - memory leak

Igor Sysoev is at rambler-co.ru
Thu Feb 21 00:34:52 MSK 2008


On Wed, Feb 20, 2008 at 10:22:52PM +0100, Todd HG wrote:

> > Do you use the standard nginx without any external modules ?
> > Does nginx serve static files only without any proxy, fastcgi, perl, 
> > etc.
> > processing ?
> > 
> > What does
> > 
> > ps ax -o pid,ppid,%cpu,vsz,wchan,command|egrep '(nginx|PID)'
> > 
> > show ?
> 
> Yes, I use standard Nginx without proxy, fastcgi, perl, ect. It is 
> compiled and installed without any added modules. Nginx is only serving 
> the static image files.
> 
> ps ax -o pid,ppid,%cpu,vsz,wchan,command|egrep '(nginx|PID)'
> 
> shows:
> 
>   PID  PPID %CPU   VSZ WCHAN  COMMAND
> 9327  1  0.0  2376 rt_sig nginx: master process 
> /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
> 9328  9327  8.8 11192 - nginx: worker process
> 9329  9327  8.7 13200 - nginx: worker process
> 23660 23641  0.0  5136 pipe_w egrep (nginx|PID)
> 
> I also have configured:
> 
>     client_header_timeout  3m;
>     client_body_timeout    3m;
>     send_timeout           3m;

What gzip settings do you use ?


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list