Evaldas Kazlauskis

Results 2 comments of Evaldas Kazlauskis

I am also getting memory issues. Tested out FastAPI + hypercorn but the issue remains.

While it didn't completely solve memory pile up over time, using `gunicorn_conf.py` attached below made the increase minimal over time. ```python import os host = os.getenv("HOST", "0.0.0.0") port = os.getenv("PORT",...