You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2008/04/17 05:55:47 UTC

[Bug 5880] MEMORY: Net::DNS "sec" module can use up 5 megs of ram per process needlessly

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5880





--- Comment #1 from J. Nick Koston <ni...@cpanel.net>  2008-04-16 20:55:46 PST ---
Mucking about with $INC might be a better option here.


$INC{'DNS/SEC/Private.pm'} = 'stub';
$INC{'DNS/Update.pm'} = 'stub';
$INC{'DNS/RR/NSEC.pm'} = 'stub';
...

I'm not sure what is the best way to make this maintainable in the future
though.   The savings is pretty substantial however since there are a lots of
dependency modules that no longer get uselessly loaded.


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.