I have uwsgi setup using emperor, fastrouter configuration and I'm using
the php plugin.


After latest uwsgi update from master I get such error in logs:

    *** uWSGI listen queue of socket "x.x.x.x:xxxxx" (fd: 3) full !!!
(101/100) ***

I edited /etc/sysctl.conf and added:

net.core.somaxconn = 65535
net.core.netdev_max_backlog = 65536
net.ipv4.tcp_max_syn_backlog=65536


restarted the uwsgi(soft and hard), but I still get the same issue.
This is running onUbuntu 12.04.4 LTS server. How can I increase the this
value?

Note that listen parameter from config is set to 1024 (both fastrouter and
emperor).

I build uwsgi myself, not sure if this is relevant info.

I also tried to change the default value from uwsgi.listen_queue = 100;
<https://github.com/unbit/uwsgi/blob/930c19210af71511b0288cb61a8901606038f077/core/init.c#L109>,
recompiled the uwsgi but still the same result. I'm not sure what I'm doing
wrong.

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

Reply via email to