RE: [us...@httpd] Apache memory hog

2009-04-09 Thread Adrian Marsh
;ll all be fine :) Thanks for everyones time anyway. When I get back I plan to strip the default Apache config to bare minimums and build from there, for other non-svn purposes. Adrian -Original Message----- From: Adrian Marsh Sent: 08 April 2009 16:46 To: 'users@httpd.apache.org'

RE: [us...@httpd] Apache memory hog

2009-04-08 Thread Adrian Marsh
an my previous setup. I'll monitor over the next week and see if it stays at that level. Adrian -Original Message----- From: Adrian Marsh [mailto:adrian.ma...@ubiquisys.com] Sent: 07 April 2009 14:23 To: users@httpd.apache.org Subject: RE: [us...@httpd] Apache memory hog Thanks guys for the h

RE: [us...@httpd] Apache memory hog

2009-04-07 Thread Adrian Marsh
09 at 7:54 PM, Sean Conner wrote: > It was thus said that the Great Eric Covener once stated: >> On Fri, Apr 3, 2009 at 10:08 AM, Adrian Marsh >> wrote: >> > Am trying MaxMemFree 3    (30mb? - pure guess number). >> >> Far too large, it's per-thread

RE: [us...@httpd] Random IP in httpd -S

2009-04-06 Thread Adrian Marsh
Looks like a DNS mis-enty to me. Apache will rev-dns the name in httpd.conf and if that's the IP it returns, try to bind to that IP on the server (I think). -Original Message- From: Dom Hampton [mailto:d...@attend2.co.uk] Sent: 06 April 2009 10:09 To: users@httpd.apache.org Subject: [us.

RE: [us...@httpd] Apache memory hog

2009-04-06 Thread Adrian Marsh
: 03 April 2009 16:51 To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache memory hog On Fri, Apr 3, 2009 at 10:08 AM, Adrian Marsh wrote: > Am trying MaxMemFree 3    (30mb? - pure guess number). Far too large, it's per-thread. Try 1MB. -- Eric Covener cove...@g

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
. Adrian -Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: 03 April 2009 16:21 To: users@httpd.apache.org Subject: RE: [us...@httpd] Apache memory hog On Fri, 2009-04-03 at 14:24 +0100, Adrian Marsh wrote: > Hi Tom, > > Well, at the moment the ser

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
httpd -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: 03 April 2009 16:51 To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache memory hog On Fri, Apr 3, 2009 at 10:08 AM, Adrian Marsh wrote: > Am trying MaxMemFree 3    (30mb? - pure guess number).

RE: AW: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Hi Tom - Was that to me? Assuming so: yes, two issues. One - whatever subprocess (99% sure subversion related) not releasing memory back to apache, and Two - Apache not releasing memory back to the OS (as far as Top is showing me). Adrian -Original Message- From: Tom Evans [mailto:teva

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
bject: Re: [us...@httpd] Apache memory hog On Fri, Apr 3, 2009 at 9:24 AM, Adrian Marsh wrote: > To get that memory back I have to reboot the server. As a previous poster said, if stopping Apache (and watching all the httpd process go away) doesn't reclaim the memory, then you're lo

RE: AW: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Yes I'm not sure how this can happen either. I use the init.d stop scripts, and as far as I can see httpd does shutdown cleanly, so where this memory goes is unknown to me. My only fix to that so far is a reboot. -Original Message- From: Domsch, Christian (IZLBW Extern) [mailto:christi

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
option. Christian -Ursprüngliche Nachricht----- Von: Adrian Marsh [mailto:adrian.ma...@ubiquisys.com] Gesendet: Freitag, 3. April 2009 15:26 An: users@httpd.apache.org Betreff: RE: [us...@httpd] Apache memory hog Hi Christian, Do you think you could ask them to see if they resolved it? I had sim

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
: [us...@httpd] Apache memory hog On Fri, 2009-04-03 at 13:58 +0100, Adrian Marsh wrote: > Hi Andre, > > Thanks for the reply. No its definitely the httpd process. I see each thread > consuming hundreds of megs of RES memory being used in TOP. I just restarted > it and alrea

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
al Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: 03 April 2009 14:16 To: users@httpd.apache.org Cc: a...@ice-sa.com Subject: RE: [us...@httpd] Apache memory hog On Fri, 2009-04-03 at 13:58 +0100, Adrian Marsh wrote: > Hi Andre, > > Thanks for the reply. No its d

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
ssage- From: Eric Covener [mailto:cove...@gmail.com] Sent: 03 April 2009 14:06 To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache memory hog On Fri, Apr 3, 2009 at 8:58 AM, Adrian Marsh wrote: > Hi Andre, > > Thanks for the reply. No its definitely the httpd process.  I s

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
memory hog Adrian Marsh wrote: > Hi, > > > > I'm trying to track down an issue I have with our apache server. Its a > poweredge 1800, RHEL5x64 server, running httpd-2.2.3-22.el5. Its mainly > used as a subversion repository, via HTTPS with LDAP lookup for > authentica

[us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
3) When the memory is consumed by httpd, and I stop the httpd process, it quite often doesnt return the memory to the OS, leaving 11Gb in "limbo" somewhere. Is there a way to reclaim this ? Thanks Adrian Marsh