Skip to content

Tag: uwsgi

uwsgi can’t be installed

I’m stuck trying to install uWSGI to deploy my Django application using pip install uwsgi, but encounter this error: I’ve found several answers that unfortunately didn’t work for me, like update dev tool ,install cywin or modify uwsgiconfig.py (which doesn’t exist since it’s not …

docker container increase listen queue size beyond 128

How can I increase the listen queue size beyond 128 on a docker image with a read only file system? When I run my container I get the following error: uWSGI: – Listen queue size is greater than the system max net.core.somaxconn (128). I have a Dockerfile with base image python:2.7. I am trying to increa…