This is a discussion on Re: [AMaViS-user] Runaway amavis check eating CPU within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; James, > I'm guessing maybe it's a large mail that it's checking or something??? > My max ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
James,
> I'm guessing maybe it's a large mail that it's checking or something??? > My max body limit is 100x1024 > well nevermind about killing it it eventually flushed itself out after > 45 mins. > I lowered my postfix max message size limit to 42MB but i just wanted to > confirm whether or not amavis would eat that much CPU if it was reading > a message >100MB Check the timing report (at log level 2) to see what task was taking most of the resources. A message transfer from MTA to amavisd can take about ten seconds for a 100 MB message on a reasonably fast machine, the rest depends much on a contents type - decoding and virus checking. You won't know what was it until you look at the timing report. A transfer of a message from amavisd back to MTA is about an order of magnitude faster than receiving it (unless you have a very old version of amavisd), so should not be a problem. For a message of this size, spam scanning was skipped ($sa_mail_body_size_limit). Mark ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |