Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 54733 invoked from network); 11 May 2005 14:58:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2005 14:58:26 -0000 Received: (qmail 79090 invoked by uid 500); 11 May 2005 15:00:21 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 78747 invoked by uid 500); 11 May 2005 15:00:13 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 78377 invoked by uid 99); 11 May 2005 15:00:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: 209.86.89.65 is neither permitted nor denied by domain of perrin@elem.com) Received: from smtpauth05.mail.atl.earthlink.net (HELO smtpauth05.mail.atl.earthlink.net) (209.86.89.65) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 11 May 2005 08:00:08 -0700 Received: from [68.167.65.81] (helo=[192.168.1.100]) by smtpauth05.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1DVsdI-0006lj-7p; Wed, 11 May 2005 10:56:20 -0400 Subject: Re: Apache::SizeLimit? From: Perrin Harkins To: Torsten Foertsch Cc: modperl@perl.apache.org In-Reply-To: <200505111327.59796.torsten.foertsch@gmx.net> References: <200505111327.59796.torsten.foertsch@gmx.net> Content-Type: text/plain Date: Wed, 11 May 2005 10:56:15 -0400 Message-Id: <1115823375.5012.54.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) Content-Transfer-Encoding: 7bit X-ELNK-Trace: c0887ac1ba12fd211aa676d7e74259b7b3291a7d08dfec79e3cf22756f90a2c265b35a4214401569350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 68.167.65.81 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Wed, 2005-05-11 at 13:27 +0200, Torsten Foertsch wrote: > Is there a way on linux to get the amount of pages shared among processes by > copy on write? No. There was a lengthy discussion about this on the list a few months back. The methods used by SizeLimit and GTop no longer work, if they ever did. They do calculate size correctly, but not shared size. - Perrin