Re: [Mailman-Users] Memory usage climbs for 3rd and 4th outgoing qrunner process

2011-08-24 Thread Mark Sapiro
On 8/24/2011 7:59 PM, Ivan Fetch wrote: I've let things run, and although there is still some growth, the box has not hit 97% (of 2Gb) memory usage like it did once before. But the question is when the box is at 97% memory utilization, how much of that memory is actually needed vs.

[Mailman-Users] Memory usage climbs for 3rd and 4th outgoing qrunner process

2011-08-21 Thread Ivan Fetch
Hello, I am curious what would cause an outgoing queue runner process to increase in memory usage, when Mailman is idle? I am running 4 outgoing qrunner slices, using this in mm_cfg.py: try: QRUNNERS.remove(('OutgoingRunner', 1)) QRUNNERS.append(('OutgoingRunner', 4)) except ValueError: