http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4488
------- Additional Comments From [EMAIL PROTECTED] 2006-06-05 06:39 -------
I've simplified the demonstration of the problem further. Here's a loop of
nothing but Mail::SpamAssassin::new, with one rule, and it eats 42K per
iteration.
use Mail::SpamAssassin;
foreach my $i (1..10) {
my $spamAssassin = new Mail::SpamAssassin({config_text => ''});
printProcessMemorySize();
}
I will proceed to whittle down Mail::SpamAssassin::new() and see if I can
figure
out what memory is not getting returned (circular reference, maybe). If anyone
knows a better way to track a Perl/SA memory leak, let me know (or just do it
yourself before I waste too much time!).
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.