On 9/13/05, Qingshan Xie <xieq_49@xxxxxxxxx> wrote: > I have an Apache-2.0.52 installed on a Solaris 8 host. > It is configured to be a worker MPM. Usually Apache > child's RSS is around ~14 MB. However sometimes it > grew to ~230 MB. after run the command > "/usr/proc/bin/pmap pid#", it prompted that, the heap > size of the child is around 230 M. > ...... > 00084000 229072K read/write/exec [ heap ] > ...... > > After that, the child never released its heap or the > memory it holds. I suspect there is a memory leak but > not sure how to trace it. This is essentially the same problem as the one I just responded to for win32. The answer is the same: figure out what requests are causing problems by tracking memory usage per process over time and correlating that with the access_log or server-status display. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx