Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 61335 invoked from network); 26 Apr 2004 19:42:08 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Apr 2004 19:42:08 -0000 Received: (qmail 83581 invoked by uid 500); 26 Apr 2004 19:41:29 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 83522 invoked by uid 500); 26 Apr 2004 19:41:28 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 83397 invoked from network); 26 Apr 2004 19:41:27 -0000 Received: from unknown (HELO gate-f2.rozabg.com) (82.137.92.18) by daedalus.apache.org with SMTP; 26 Apr 2004 19:41:27 -0000 Received: from dishkols (router-k.rozabg.com [82.137.92.62]) by gate-f2.rozabg.com (8.11.6/8.11.6) with SMTP id i3QJfUQ18286 for ; Mon, 26 Apr 2004 22:41:30 +0300 Message-ID: <002f01c42bc5$c66efa50$760f010a@dishkols> From: "Dishko Georgiev" To: References: <9466920BCA60D61186910002A5CDD0F404627878@SFOS0157> Date: Mon, 26 Apr 2004 22:36:30 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Apache child process consuming massive RAM X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I just solved this problem! :) Just downgraded from apache2 to apache1 with php4.3.6 and now all is ok. Problem is in apache, not php coz i dont have such a problem with apache1.3.26! Pls Apache team look whats the problem with new apache2! Dishko Georgiev System Administrator Terasyst Ltd., Bulgaria ----- Original Message ----- From: "Joshua Slive" To: Sent: Monday, April 26, 2004 7:37 PM Subject: RE: [users@httpd] Apache child process consuming massive RAM > > On Mon, 26 Apr 2004, Harrell, Roger wrote: > > > > > > >Hmmm... You originally said the processes where using 20MB each. Are you > > >saying that even after all third-party modules are gone, you still have > > >around 13MB per process? That is way too big. > > > > > >I'm not a php expert, but you should take a look at what modules you have > > >compiled into php and see if there are some you don't need. > > > > With the code modules gone (php, perl, python) the httpd childs are about 5 > > MB each. > > That is a reasonable size for a fairly complete apache. Note that some > portion of that memory is probably shared between processes, so the total > memory is probably not (number of processes)*5MB. As you seem to realize, > you can go smaller by removing modules. > > There's a good chance you don't need any of these modules; but you should > double-check. > > > LoadModule mime_magic_module modules/mod_mime_magic.so > > LoadModule cern_meta_module modules/mod_cern_meta.so > > LoadModule usertrack_module modules/mod_usertrack.so > > LoadModule unique_id_module modules/mod_unique_id.so > > LoadModule dav_module modules/mod_dav.so > > LoadModule asis_module modules/mod_asis.so > > LoadModule dav_fs_module modules/mod_dav_fs.so > > LoadModule vhost_alias_module modules/mod_vhost_alias.so > > LoadModule imap_module modules/mod_imap.so > > > > > and the perl and php modules. > > > > With this each child is around 10MB. Still way to big. > > 10MB doesn't sound completely unreasonable for a server with both mod_perl > and mod_php. As I mentioned, you can probably cut down on that somewhat > by trimming mod_perl and mod_php to the essentials, but I don't know > details on how to do that. Ask on a more specific mailing list. > > Joshua. > > --------------------------------------------------------------------- > 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 > > --------------------------------------------------------------------- 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