6 Jun
2024
6 Jun
'24
11:45 a.m.
Hello,
It seems the mailman & mailman-web memory footprint are somewhat big. It looks a lot of instances are started.
I have seen this: https://gitlab.com/mailman/mailman/-/issues/1050 and added this to the end of /etc/mailman3/mailman-web.py:
Q_CLUSTER = { 'workers': 2, 'timeout': 300, 'save_limit': 100, 'orm': 'default', 'poll': 5, }
However, it does not seem to really reduce the memory footprint.
Any other suggestions?
Thank you.