tiangolo / uvicorn-gunicorn-fastapi-docker

Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI on Alpine - smaller stack size?

matanos5 opened this issue · comments

Hi - Great project! I love FastAPI. Thanks for maintaining it!

I read this article:
https://pythonspeed.com/articles/alpine-docker-python/

Was wondering - can FastAPI face a bottleneck due to Alpine's smaller stack size?

Would love to know what you think about what's written in that article.

Thanks!

I always prefer to use the standard default Debian images, but as many users really like Alpine for some reason, I have those images too. But I normally use the default ones with Debian.

@tiangolo Great, got my question answered, closing.

Thanks :)