Please, see my response in line to your questions.

----------------------------------------
> Date: Sat, 20 Oct 2012 01:39:25 +0800
> From: [email protected]
> To: [email protected]
> Subject: Re: [uWSGI] uwsgi and High load across the servers.
>
> Hi,
>
> Per the below...thats how I have things set up for nginx. Change to
> worker_priority -1; in events for at the same level as
> worker_rlimit_nofile?
>
> worker_rlimit_nofile 200000;
> events {
> worker_connections 30000;
> multi_accept on;
> use epoll;
> }

Yes.

worker_priority -1;
worker_rlimit_nofile ...;


> Yes..I have three machines, 4 cores each. The fourth core is used for
> another process that gets gets less load. In total, I have 9 cores
> across three machines doing 1K qps.
>
> I am looking at htop. 1 core is at around 70% The other three are
> around 15%.

Hm... 1K rps for 3 machines with given CPU utilization is not much. What 
`uptime` says for load average?

Andriy
                                          
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to