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





--- Comment #7 from J. Nick Koston <[EMAIL PROTECTED]>  2008-04-07 08:39:26 PST 
---
Multiple Options

http://koston.org/SA_LOWER_MEM_v3/


Option 1 = Compress Perl code and still use evals of scalars
Option 2 = Write perl code out to a file and 'do' it in
Option 3 = Combination of Option1 & Option2



baseline (control)
root      4099 34.6  1.1 26836 22844 ?       Ss   10:20   0:01 /usr/bin/spamd
-d --allowed-ips=127.0.0.1 --pidfile=/var/run/spamd.pid --max-children=3
--max-spare=1
root      4117  0.0  1.0 26836 21872 ?       S    10:20   0:00 spamd child

evaling in created pm files (method two)
root      1004 55.5  1.0 25072 22340 ?       Ss   10:18   0:01 /usr/bin/spamd
-d --allowed-ips=127.0.0.1 --pidfile=/var/run/spamd.pid --max-children=3
--max-spare=1
root      1006  0.0  1.0 25072 21364 ?       S    10:18   0:00 spamd child

compressed perl code (method one)
root      7039 50.5  1.0 26404 22148 ?       Ss   10:24   0:01 /usr/bin/spamd
-d --allowed-ips=127.0.0.1 --pidfile=/var/run/spamd.pid --max-children=3
--max-spare=1
root      7041  0.0  1.0 26404 21176 ?       S    10:24   0:00 spamd child

evaling in created pm files && compressed perl code (method three = method one
& method two)
root      7833 34.6  1.0 25312 21972 ?       Ss   10:31   0:01 /usr/bin/spamd
-d --allowed-ips=127.0.0.1 --pidfile=/var/run/spamd.pid --max-children=3
--max-spare=1
root      7837  0.0  1.0 25312 20996 ?       S    10:31   0:00 spamd child


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

Reply via email to