On Sun, Mar 7, 2010 at 6:54 PM, Joe Schaefer <[email protected]> wrote: > Hm, on closer inspection it seems the high memory > usage we're seeing is common to both 2.3.5 and 2.2.12, > so it's likely an mod_mbox issue, which is probably infra's > ball of wax to deal with.
Looking at backtraces from brk() could help.
# /usr/sbin/dtrace -n 'syscall::brk:entry /execname == "httpd"/ {ustack();}'
