I am using nginx to serve video on our video sharing platform. We are
seeing high IO from nginx which is causing extremely slow responsiveness
from the servers. I have tried changing the number of child nginx
services to four but still the services go into a D state.
There’s some more to the configs but the rest is related to the script
that we’re running to operate our website. Anyhow, any suggested would
be greatly appreciated as I’m not very familiar with nginx.
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
{
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?
Hello David,
The hardware is the following.
E3-1270, 8GB Ram and 2x2TB HDD Raid 0 all over gbit connection.
We are using a custom built perl script for this. It was working nicely
before on our old servers. Any ideas? I don’t see anything obvious in
your configs that could help me. I know your workers are pretty high but
in my case I don’t need that many. This is very frustrating because I’m
seeing poor performance because of this.