
Oct. 10, 2025
10:59 a.m.
We are using gunicorn rather than uwsgi. It was getting a ton of traffic, and seemed to have memory leaks at the same time, so I am trying this now:
workers = 5 threads = 4 max_requests = 1200 max_requests_jitter = 50
constantly using 2GB RAM
Our server has settled in around 2GB also. It's working well. Which is certainly better than even much more memory and crashing. :-)