On 08/01/2011 02:43 AM, Chris Herrmann wrote: > Aug 1 12:05:22 sirius RT: > <[email protected] > <mailto:[email protected]>>: Could > not send mail with command `/usr/sbin/sendmail -oi -t`: couldn't execute > program: Cannot allocate memory at > /usr/share/request-tracker3.8/lib/RT/Interface/Email.pm line > 432.#012#012Stack:#012 [snip] > In qmail (not running on this particular box) I've seen what I suspect > is a similar thing when you load spam assassin, AV etc etc, which > requires you to increase the amount of memory available to the tcpserver > via softlimit (exec /usr/local/bin/softlimit -m 40000000 ...) and so on. > Is this what I'm seeing here, and if so, how / what do I need to change? > Or is it something else entirely?
You're seeing effectively the same thing. Your machine is running out of memory and there isn't enough for the OS to run /usr/sbin/sendmail. You should increase the memory available or decrease your memory use. Thomas -------- 2011 Training: http://bestpractical.com/services/training.html
