Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6884 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52938 invoked by uid 1010); 8 Jan 2004 19:52:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52914 invoked by uid 1007); 8 Jan 2004 19:52:25 -0000 Message-ID: <20040108195225.52911.qmail@pb1.pair.com> To: internals@lists.php.net References: <20040108173747.60938.qmail@pb1.pair.com> Date: Thu, 8 Jan 2004 21:00:07 +0100 Lines: 30 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Posted-By: 212.198.33.173 Subject: Re: [PHP-DEV] PHP4 vs PHP5 Beta 3 : memory usage From: armel.fauveau@globalis-ms.com ("Armel FAUVEAU") Hi Jani, Thank's for your response. > I tried your script and couldn't reproduce such big numbers. > Plus the memory usage leveled to 54152 bytes after some requests > to each apache child. This was with using the latest CVS checkout > of PHP 5. Ok, i have make a test with the lastest CVS (Built On: Jan 08, 2004 18:30 GMT). And i obtain more logical and stable results (53 464 bytes). Note that, there are sometimes some changes. For exemple, here is a piece of the log sequence that i obtain : ... 53 464 bytes 53 464 bytes 50 440 bytes 51 024 bytes 53 464 bytes ... I don't really understand why that can evolve like that. With PHP4, results are always the same (and that seems normal :p). Regards, Armel.