Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 76273 invoked from network); 16 Mar 2008 16:24:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2008 16:24:24 -0000 Received: (qmail 39226 invoked by uid 500); 16 Mar 2008 16:24:21 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 39206 invoked by uid 500); 16 Mar 2008 16:24:21 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 39197 invoked by uid 99); 16 Mar 2008 16:24:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Mar 2008 09:24:21 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aganguly01@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Mar 2008 16:23:44 +0000 Received: by nf-out-0910.google.com with SMTP id g16so1774266nfd.24 for ; Sun, 16 Mar 2008 09:23:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=dzZte4bycRihCEs7tcoT/iSwjJRua6XHyssWLnfRSGE=; b=Chg6RJisRGBAZ80gjzQ3TGCLF0Xmw9V7p8Gd/my1Is0u57dRMKO7piND5BTEcY3Ny3MI6ZMwGBMBwkO6yWto3fPtyoE8zSak2vhOVsQzIXBUapIgtWA6i9u6NGZLBA8CQfhKRY64HZK9n9uFo07XIvZBBcNXXXpHMyCKO/sxZOY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ELXkAjiWYephjpKEQg8+7YCuG/+bk7fkI9XHKy+8HlR2Ci5sheeJuaSWd2nhkMRXDuE62vq8lRraZ0SsQ6Gth0jdf1KuljHQGUgupU+IWCT8GlDkz1PnMGoqwK/CDVkUk1WYn1jzdGVTtoM2NTn/k24KrLEzKmfk2+EgzZ5hldg= Received: by 10.78.184.2 with SMTP id h2mr39419573huf.54.1205684633758; Sun, 16 Mar 2008 09:23:53 -0700 (PDT) Received: by 10.78.131.18 with HTTP; Sun, 16 Mar 2008 09:23:53 -0700 (PDT) Message-ID: <2ae67e000803160923o424bdc5j9b768cad87139c75@mail.gmail.com> Date: Sun, 16 Mar 2008 21:53:53 +0530 From: "Arnab Ganguly" To: modules-dev@httpd.apache.org Subject: Re: Need help on memory related issues In-Reply-To: <1404e5910803141234g69d23b26sc4897fd197586025@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5380_20755713.1205684633684" References: <2ae67e000803131815o34be7ec9v125e38d13ff7924e@mail.gmail.com> <1404e5910803141234g69d23b26sc4897fd197586025@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5380_20755713.1205684633684 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi , Thanks for the email.Yes the same behavior is observerd without my module.Also the webserver is handling heavy traffic and it remains busy through out. Just to update you on the statistics it gets 1000 hits per minute. How do I give time to stabilize Apache as it is always heavily loaded and server status pages show idle worker is 0.Let me know on this. Regards -A On Sat, Mar 15, 2008 at 1:04 AM, Eric Covener wrote: > On Thu, Mar 13, 2008 at 9:15 PM, Arnab Ganguly > wrote: > > For each request there is a > > substantial increase in RSS value and this memory is never returned > back to > > RAM it seems.I may be doing something major mistake in my module any > help > > would be highly appreciated. > > Does it happen without your module? > > If you're using a threaded MPM, are you giving Apache enough time to > stabilize? RSS should level out after each thread has had a chance > to run your hungriest request. > > > -- > Eric Covener > covener@gmail.com > ------=_Part_5380_20755713.1205684633684--