Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19806 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74190 invoked by uid 1010); 29 Oct 2005 05:15:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74175 invoked from network); 29 Oct 2005 05:15:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2005 05:15:00 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:51543] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 9B/75-01249-25503634 for ; Sat, 29 Oct 2005 01:14:59 -0400 Received: (qmail 17350 invoked from network); 29 Oct 2005 05:14:53 -0000 Received: from localhost (HELO ANDI-NOTEBOOK.zend.com) (127.0.0.1) by localhost with SMTP; 29 Oct 2005 05:14:53 -0000 Message-ID: <6.2.3.4.2.20051028221433.02d081d0@localhost> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Fri, 28 Oct 2005 22:14:43 -0700 To: Sebastian Cc: Cristiano Duarte ,internals@lists.php.net In-Reply-To: <4e36d31d0510281850q625316ccx1dd4a61ba59b23f8@mail.gmail.co m> References: <4E.0D.57990.B3A72634@pb1.pair.com> <6.2.3.4.2.20051028132228.0a164030@localhost> <4e36d31d0510281850q625316ccx1dd4a61ba59b23f8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] 1.5Gb PHP process, lots of swap From: andi@zend.com (Andi Gutmans) What do you mean? At 06:50 PM 10/28/2005, Sebastian wrote: >Lexical variables would be nice. > >On 10/28/05, Andi Gutmans wrote: > > Hi Cristiano, > > > > Alex sent a patch to the list a while ago which forces the memory > > allocator to return memory to the system. However, in your case, I > > think you might be just having PHP variables "leaking". Can you try > > and identify where this info is sitting and try and unset it? It's > > important to dig deeper and/or reproduce in order to understand. > > > > > > Andi > > > > At 12:21 PM 10/28/2005, Cristiano Duarte wrote: > > >Is there any way to force a PHP CLI application to free the memory it took > > >from the system ? I mean, is there any PHP userland or PHP internal > > >functional call that could *really* free 'the memory allocated by a > > >variable' or 'the memory allocated but currently not used and waiting for > > >the script end to be freed' ? > > > > > >Regards, > > > > > >Cristiano Duarte > > > > > >-- > > >PHP Internals - PHP Runtime Development Mailing List > > >To unsubscribe, visit: http://www.php.net/unsub.php > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > >-- > > > >------------- >buddhahead@gmail.com