简体   繁体   中英

How to solve [Errno 11] Resource temporarily unavailable using uwsgi + nginx

I am using uwsgi with this configuration :

net.core.somaxconn = 1024

net.core.netdev_max_backlog=1000

I got resource temporarily unavailable issue. How to resolve this issue?

df -h
Filesystem Size Used Avail Use% Mounted on /dev/xvda1

7.8G 2.1G 5.6G 28% / devtmpfs

1.9G 12K 1.9G 1% /dev tmpfs

1.9G 16K 1.9G 1% /dev/shm

You can increase 'listen' value in uwsgi configure file. The default value is 100 which is too small.

我在这里报告了这个问题: https : //github.com/unbit/uwsgi/issues/1266

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM