On Fri, 6 Feb 2004, Peter Campion-Bye wrote: > I moved /var/spool/MIMEDefang to a ramdisk and got a 20% improvement in > scan time (It's a slow old disk in the box) > Before I spend ages experimenting, has anybody found any worthwhile > improvement by moving other stuff to ramdisk, the SA rules for example,
You won't see much benefit from that, and if you're using the embedded Perl interpreter, you won't see any benefit at all. > Is there anything that's read into memory off the disk on every message? You can split the Sendmail queue so that the "df" and "qf" files (which *must* survive a crash) are on permanent storage, but the temporary "xf" transaction files are on a ramdisk. Someone else mentioned this; I don't have the reference offhand. Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

