Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3198 invoked by uid 1010); 16 Aug 2006 11:15:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3182 invoked from network); 16 Aug 2006 11:15:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Aug 2006 11:15:02 -0000 X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [80.74.107.235] ([80.74.107.235:36369] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12549M)) with ESMTP id 9C/AE-11355-03EF2E44 for ; Wed, 16 Aug 2006 07:14:58 -0400 Received: (qmail 6718 invoked from network); 16 Aug 2006 11:13:44 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 16 Aug 2006 11:13:44 -0000 Message-ID: <44E2FE2A.1000500@zend.com> Date: Wed, 16 Aug 2006 15:14:50 +0400 User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: bertrand@toggg.com CC: pierre.php@gmail.com, internals@lists.php.net References: <20060816123006.4028b334@pierre-u64> <44E2FDC8.2020503@toggg.com> In-Reply-To: <44E2FDC8.2020503@toggg.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: increase the default memory limit in 5.2.0+ From: antony@zend.com (Antony Dovgal) On 16.08.2006 15:13, bertrand Gugger wrote: > Bonjour, > Pierre wrote: >> Hello, >> >> After having tested 5.2 and the new memory manager for a couple of >> weeks, I notice a significant increase of the reported memory usage. As >> a side effect, many applications reach the 8M memory limit. It can be >> a problem. >> >> A good example is to compare the usage of a pear/pecl command between >> 5.1 and 5.2. >> >> I would suggest to increase the default 8M to 12M. I discussed this >> issue with Dmitry and he agrees on the principle. Any other opinions? >> Or is it fine to increase it? > > I know a few cms they would be pleased with 12M. > That looks quite fair to me. > > But , why the hell is this not a configurable limit by build ? JFYI: Its value is configurable in php.ini, configure option just enables or disables the limit itself. -- Wbr, Antony Dovgal