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. :-) _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/BV5K4HAGWPLR6VIPASQZ3UDHDSVK6JPZ/ This message sent to [email protected]
