Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25380 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93229 invoked by uid 1010); 16 Aug 2006 14:06:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93214 invoked from network); 16 Aug 2006 14:06:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Aug 2006 14:06:45 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.168 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.168] ([66.249.92.168:17910] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12549M)) with ESMTP id C0/05-11355-37623E44 for ; Wed, 16 Aug 2006 10:06:44 -0400 Received: by ug-out-1314.google.com with SMTP id k3so191704ugf for ; Wed, 16 Aug 2006 07:06:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Hz4vyoqt8xFyophNas0YP/8/kUF8ALR7kyd1qIs/OIjKqE66ZKeRnz838/olfFHvAosi8UmpNGMLrMtquHW08I5fennvT/wDyxrTxEfpyz4tm6f2PgxvFxl3PE7MC+kXp8qiUkJLKD8y5kEBhC4pHJMeOacNRirEQEAC4KWwKaY= Received: by 10.66.240.12 with SMTP id n12mr344979ugh; Wed, 16 Aug 2006 07:06:40 -0700 (PDT) Received: by 10.66.248.15 with HTTP; Wed, 16 Aug 2006 07:06:40 -0700 (PDT) Message-ID: Date: Wed, 16 Aug 2006 16:06:40 +0200 To: "Ilia Alshanetsky" Cc: internals@lists.php.net In-Reply-To: <577410F7-DB94-40E3-B524-62014FCD5935@prohost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060816123006.4028b334@pierre-u64> <577410F7-DB94-40E3-B524-62014FCD5935@prohost.org> Subject: Re: [PHP-DEV] increase the default memory limit in 5.2.0+ From: pierre.php@gmail.com (Pierre) Hello, On 8/16/06, Ilia Alshanetsky wrote: > On 16-Aug-06, at 6:30 AM, 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. > > > > Is this caused by the increased memory usage during input processing > caused by the filter extension? I would be very interested in hearing > what has caused PHP memory utilization to go up, since that will > likely result in reduced performance as well. No, it is not filter extension. As I said, a good example is to use the pear command (list-all, package or install). Also I do not think (neither said) that there is a 1.5x increase factor. I was talking about reported memory usage. My point is that the new system seems more accurate. In general, with or without the new memory manager, I do think we should increase this limit. Many common applications/usages reach it already. --Pierre