Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25369 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75589 invoked by uid 1010); 16 Aug 2006 10:30:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75573 invoked from network); 16 Aug 2006 10:30:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Aug 2006 10:30:10 -0000 X-Host-Fingerprint: 217.79.190.163 r163.red.fastwebserver.de Received: from [217.79.190.163] ([217.79.190.163:8665] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.8 r(12549M)) with ESMTP id 56/6B-11355-0B3F2E44 for ; Wed, 16 Aug 2006 06:30:09 -0400 To: internals@lists.php.net Date: Wed, 16 Aug 2006 12:30:06 +0200 Message-ID: <20060816123006.4028b334@pierre-u64> Reply-To: pierre.php@gmail.com X-Newsreader: Sylpheed-Claws 2.1.1 (GTK+ 2.8.20; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 217.79.190.163 Subject: increase the default memory limit in 5.2.0+ From: pierre.php@gmail.com (Pierre) 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? -- Pierre