Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6895 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24777 invoked by uid 1010); 8 Jan 2004 20:38:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24753 invoked by uid 1007); 8 Jan 2004 20:38:37 -0000 Message-ID: <20040108203836.24752.qmail@pb1.pair.com> To: internals@lists.php.net References: <20040108173747.60938.qmail@pb1.pair.com> <20040108195225.52911.qmail@pb1.pair.com> Date: Thu, 8 Jan 2004 21:38:30 +0100 Lines: 16 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: 82.224.128.125 Subject: Re: [PHP-DEV] PHP4 vs PHP5 Beta 3 : memory usage From: armel.fauveau@globalis-ms.com ("Armel FAUVEAU") > >I don't really understand why that can evolve like that. With PHP4, results > >are always the same (and that seems normal :p). > > Your apache is configured to kill childs after certain amount > of requests so of course it makes this look like 'random'. > There's nothing wrong here. Yes, that could be a reason, but i'm not sure here. My MaxRequestsPerChild is setting to 0 (so unlimited request by child). Regards, Armel.