> I installed uwsgitop and when i bench application (it is slow i added
> sleeps 1 req ~0.4 sec)
> with ab -n 10000 -c 150 I see in uwsgitop that all 10 worker are busy
> but new worker do not spawned.
> Also lq:0 always.
> Here is my setup as ini:
> [uwsgi]
> xml = /usr/local/etc/hnova_uwsgi.xml
> socket = /var/run/uwsgi_hypernova.sock
> socket = 127.0.0.1:8080
> listen = 1024
> chmod-socket = 777
> workers = 10
> cheaper = 40

it is the opposite:

workers = 40
cheaper = 10

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

Reply via email to