excessive RAM consumption - memory leak
Todd HG
lists at ruby-forum.com
Thu Feb 21 00:22:52 MSK 2008
> 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;
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list