Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 88456 invoked from network); 25 May 2004 18:23:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 May 2004 18:23:08 -0000 Received: (qmail 47528 invoked by uid 500); 25 May 2004 18:22:50 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 47441 invoked by uid 500); 25 May 2004 18:22:49 -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 47388 invoked by uid 98); 25 May 2004 18:22:49 -0000 Received: from rjharrel@bechtel.com by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(208.2.28.164):. Processed in 0.521643 secs); 25 May 2004 18:22:49 -0000 X-Qmail-Scanner-Mail-From: rjharrel@bechtel.com via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(208.2.28.164):. Processed in 0.521643 secs) Received: from unknown (HELO sfos3187.amers.ibechtel.com) (208.2.28.164) by hermes.apache.org with SMTP; 25 May 2004 18:22:47 -0000 Received: by sfo-gate.bechtel.com with Internet Mail Service (5.5.2657.72) id ; Tue, 25 May 2004 11:22:17 -0700 Received: from sfos3187.amers.ibechtel.com (sfo-gate.bechtel.com [147.1.23.221]) by sfos3187.amers.ibechtel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id KZY0HZSH; Tue, 25 May 2004 11:22:13 -0700 Received: from sfos0065.bechtel.com ([147.1.86.65]) by sfos3187.amers.ibechtel.com (SAVSMTP 3.1.5.43) with SMTP id M2004052511221317698 for ; Tue, 25 May 2004 11:22:13 -0700 Received: by SFOS0065 with Internet Mail Service (5.5.2657.72) id ; Tue, 25 May 2004 11:24:11 -0700 From: "Harrell, Roger" To: users@httpd.apache.org Message-ID: <9466920BCA60D61186910002A5CDD0F4046279AE@SFOS0157> Date: Tue, 25 May 2004 11:22:12 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="ISO-8859-1" X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Apache utilizing too much RAM X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I've been having some trouble with Apache taking over too much RAM and can not figure out the cause, or a solution. Most of the time my httpd child processes are about 10MB each. No trouble there. Every once in a while the children jump up to 50 MB each. This is a problem. In the latest instance apache also then launched about 25 children which it shouldn't given that: StartServers 8 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 750 StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 100 NumServers 5 StartThreads 5 MinSpareThreads 5 MaxSpareThreads 10 MaxThreadsPerChild 20 MaxRequestsPerChild 100 Is there any way to determine what is causing the huge memory usage? I have a few ideas, but need to confirm before I tell clients to remove certain apps. Roger --------------------------------------------------------------------- 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