[Mailman-Developers] big list

Barry A. Warsaw barry@zope.com
Fri, 8 Mar 2002 11:40:15 -0500


>>>>> "F" == Fil  <fil@rezo.net> writes:

    F> Well! Now it has eaten up all my memory (1 Gb), and it's
    F> swapping like crazy :

This is just a guess (and I'll try to look at it in more detail later
today), that the act of turning a message into 50k VERP-able copies
is the problem.  I.e. the loop in Personalize.py.  Or it might be
IncomingRunner trying to dequeue 50k messages (although that should
only happen one at a time).

Do you see anything in qfiles/in?

I'll try to create a bunch of dummy addrs and send a personalized
message through the system.

-Barry