Re: Runaway Apache Process

Re: Runaway Apache Process

am 27.01.2010 14:52:24 von Jeff Trawick

On Wed, Jan 27, 2010 at 8:46 AM, Dan Bunyard wrote:
> @Mark
> I will do that the next time it happens.=A0 I will also trim down the mod=
ules,
> I think I had done a mass install of a bunch of things I needed but in th=
e
> process picked up a lot of them that I don't/won't use.

That's a good suggestion and should be followed, but relative to this
problem symptom: I don't think that will help memory consumption much
on Linux. There's only one copy of the code in memory, none allocated
from swap, and modules rarely use that much heap unless they've been
configured
>
> @Jeff
> I will try that as well.=A0 I'm unsure how to do a strace either to be
> honest.

sudo strace -o /tmp/tracefile -p PID
where PID is one of the high CPU httpd processes you picked at random
(run top, see which ones have high CPU)


> =A0 I can't imagine this is from shear number of requests.=A0 In t=
he hour
> or so leading up to the event there are only 123 GET requests logged in t=
he
> access_log file.=A0 That just about one every 30 seconds, I can't see tha=
t
> being a problem.

Are they different requests at the time of the problem symptom perhaps?
Otherwise, something "goes bad" and the app starts malfunctioning from then=
on.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org