Nginx causing high IO

DavidJS nginx-forum at nginx.us
Sun Jan 22 02:20:35 UTC 2012


Which video sharing platform do you have? We are building a massive
network down in miami to serv a few million cable boxes at a time. glad
to help out if i can.
Whats the hardware looking like for the server?


Our Config Pulled from a beta node.
### User node24 in Beta Cluster 3
user node24;
worker_processes 54;
pid /var/run/nginx.pid;
  error_log   /logserver/nginx/cluster/node34/logs/error.log;
events
{

    worker_connections 65535;
     multi_accept on;
}

http
{
    ##
    # Changed. 
    ##
    sendfile on;
    tcp_nopush on;
    tcp_nodelay on;
    keepalive_timeout 9;
    types_hash_max_size 2048;
    # server_tokens off;
    # server_names_hash_bucket_size 64;
    # server_name_in_redirect off;

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,221510,221515#msg-221515



More information about the nginx mailing list