如何使用uwsgi + nginx解决[Errno 11]资源暂时不可用

时间:2016-12-29 09:46:29

标签: python django uwsgi

我在这个配置中使用uwsgi:

  

net.core.somaxconn = 1024

     

net.core.netdev_max_backlog = 1000

我的资源暂时不可用问题。如何解决这个问题?

  

df -h
  使用的文件系统大小可用在/ 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

2 个答案:

答案 0 :(得分:0)

您可以在uwsgi配置文件中增加'listen'值。 默认值为100,太小了。

答案 1 :(得分:0)

我在此处报告此问题:https://github.com/unbit/uwsgi/issues/1266