Gerry Massat wrote: > Have you enabled the ram disk for amavis temporary files? That made a > huge difference on my system. For my system I have the following in > /etc/rc.d : > amavisd_ram="100M" > For my 1gb system with 2 amavis processes, seems to do the trick for me > with no swapping. As I recall, amavis processing dropped from about 40s > to 3-4s on my lowly dual P3-300 system.
It depends very much on a file system chosen. Back in the days of True64 Unix file system meta operations were a huge consumer of I/O resources. Now with UFS on FreeBSD it hardly makes a difference (probably similar for journalling file systems), so I prefer to keep my tmp on a real disk, to avoid hitting a file-system size limit to soon in case of some blunder. Mark ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
