<div dir="ltr"><div>The average size of each flv video is 60Mb+. We've five content servers (nginx-1.2.1), each with 1Gbps port and 100TB bandwidth per month. Right now each server is consuming 10~12 bandwidth per day and we're going to run out of bandwidth on coming last days of month. However we limited every connection to 180k, you can see limit_rate 180k; in nginx.conf file. <br>
<br></div>I am newbie to this field. Please correct me if i didn't satisfy your question regarding bandwidth. :)<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 23, 2013 at 5:39 PM, Dennis Jacobfeuerborn <span dir="ltr"><<a href="mailto:dennisml@conversis.de" target="_blank">dennisml@conversis.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 01/23/2013 10:43 AM, shahzaib shahzaib wrote:<br>
> Hello,<br>
><br>
>         We are using nginx to serve large size of static files i.e jpg,flv<br>
> and mp4 . Nginx stream works very well on 1000~1500 concurrent connections<br>
> but whenever connections exceeded to 2000~2200, stream gets too slow. We've<br>
> five content server with following specification:-<br>
><br>
> Dual Quard Core (8cores/16threads)<br>
> RAM = 32G<br>
> HDD = Sas Hard-Raid 10<br>
><br>
><br>
> My nginx.conf config is given below :<br>
><br>
> user  nginx;<br>
> worker_processes  16;<br>
> worker_rlimit_nofile 300000; #2 filehandlers for each connection;<br>
><br>
> #pid        logs/nginx.pid;<br>
><br>
><br>
> events {<br>
>     worker_connections  6000;<br>
>     use epoll;<br>
> }<br>
> http {<br>
>     include       mime.types;<br>
>     default_type  application/octet-stream;<br>
>     limit_rate 180k;<br>
>     client_body_buffer_size 128K;<br>
>     sendfile_max_chunk 128k;<br>
>     server_tokens off; #Conceals nginx version<br>
>     access_log off;<br>
>     sendfile        on;<br>
>     client_header_timeout  3m;<br>
>     client_body_timeout 3m;<br>
>     send_timeout     3m;<br>
>     keepalive_timeout  0;<br>
><br>
> If somebody can help me improving nginx config will be helpful to him. I<br>
> apologize for bad engish :D<br>
<br>
</div></div>What's the required bandwidth for the flv files? What is the bandwidth of<br>
the connection of the system? What is the bandwidth of the uplink to the<br>
Internet?<br>
<br>
Regards,<br>
  Dennis<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>