nginx high load average

Steve Holdoway steve at greengecko.co.nz
Wed Jan 30 06:09:20 UTC 2013


It's very unlikely that nginx is causing a high load average. If I
separate it off from the php/database processing, I can run it on a low
power, single threaded vps with 128MB memory.

What process is really using your CPU?

Steve

On Tue, 2013-01-29 at 17:09 -0500, iLinux85 wrote:
> hello
> 
> i have server running as shared server Intel(R) Xeon(R) CPU E3-1225 V2 @
> 3.20GHz 4 core and 16 g.b ram running onCentOS release 5.9 (Final) upload
> and download via php scripts like rapidshare 
> 
> the problem is i have high connections on this server and i want to know how
> could i configure the nginx correctly
> 
> here is my current nginx.conf
> 
> 
> user  nobody;
> # no need for more workers in the proxy mode
> worker_processes  1;
> 
> error_log  logs/error.log info;
> 
> worker_rlimit_nofile  8192;
> 
> events {
>  worker_connections  51200; # you might need to increase this setting for
> busy servers
>  use epoll; #  Linux kernels 2.4.x  change to rtsig
> }
> 
> http {
>  server_names_hash_max_size 2048;
> 
>  include    mime.types;
>  default_type  application/octet-stream;
> 
>  sendfile on;
>  tcp_nopush on;
>  tcp_nodelay on;
> 
>  keepalive_timeout  10;
> 
>  gzip on;
>  gzip_min_length  1100;
>  gzip_buffers  4 32k;
>  gzip_types    text/plain application/x-javascript text/xml text/css;
>  ignore_invalid_headers on;
> 
>  client_header_timeout  3m;
>  client_body_timeout 3m;
>  send_timeout     3m;
>  connection_pool_size  1024;
>  client_header_buffer_size 4k;
>  large_client_header_buffers 4 32k;
>  request_pool_size  4k;
>  output_buffers   4 32k;
>  postpone_output  1460;
>  proxy_temp_path      /home/proxy_temp;
>  include "/usr/local/nginx/conf/vhost.conf";
> }
> 
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,235709,235709#msg-235709
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

-- 
Steve Holdoway BSc(Hons) MIITP 
http://www.greengecko.co.nz
Skype: sholdowa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 6189 bytes
Desc: not available
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20130130/641b3b5c/attachment.bin>


More information about the nginx mailing list