Bjorn Jensen wrote:
Can spamassassin benefit in any way from a ramdisk ?
The server we have for spamassassin, has 3 gigs of ram, and spamd
doesn't even use 1 gig of that, so I thought perhaps it would speed
things up if I could place something on a ramdisk. But this leads to the
question, does spamassassin do any disk intensive things ?
I'm running that gocr image scanning as well, could this benefit from
it, or is it the network lookups that are the slow part in any case ?
Currently a mail is processed in about 1.5 - 6 seconds
You could stick your /tmp partition on a ramdisk and in theory get a
little more performance, but most of your 1.5 - 6 seconds is waiting for
DNS queries to return (that's why it's so variable).
If you're looking for more throughput, rather than a reduction in
individual scan times, it sounds like you've got the memory for more
children.
Daryl