Django-Kubernetes icon indicating copy to clipboard operation
Django-Kubernetes copied to clipboard

gunicorn automaxprocs?

Open guettli opened this issue 3 years ago • 0 comments

In Kubernetes the available ressources could limited, and the amount of CPUs you get with traditional methods could be wrong.

For Go this gets handled with https://github.com/uber-go/automaxprocs

In your repo I see that you use gunicorn.

How do you set the gunicorn values matching to the environment?

guettli avatar Oct 13 '22 18:10 guettli