Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25379 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89557 invoked by uid 1010); 16 Aug 2006 13:48:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89542 invoked from network); 16 Aug 2006 13:48:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Aug 2006 13:48:00 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.184.230 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.230] ([64.233.184.230:55891] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12549M)) with ESMTP id CE/94-11355-E0223E44 for ; Wed, 16 Aug 2006 09:47:59 -0400 Received: by wr-out-0506.google.com with SMTP id 67so8912wri for ; Wed, 16 Aug 2006 06:47:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=PEtKAmvC/VoZaXIHan0yebs96VVId4rXef+sPhHI+cQBlIZ936SYOSBWgJV+sdrIk1NT4l+iHg7teOl9NDj5yKzrVntXInyJFfx5oZr+42Ek8tI0zFroTXQOrqj4nkBTNxXNPLl9fA2kT9myZfbY1wYg9kCzzZ3xuEwOwJh3wNU= Received: by 10.64.180.4 with SMTP id c4mr622822qbf; Wed, 16 Aug 2006 06:47:56 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id e11sm237655qbc.2006.08.16.06.47.55; Wed, 16 Aug 2006 06:47:55 -0700 (PDT) In-Reply-To: <20060816123006.4028b334@pierre-u64> References: <20060816123006.4028b334@pierre-u64> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <577410F7-DB94-40E3-B524-62014FCD5935@prohost.org> Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Wed, 16 Aug 2006 09:47:44 -0400 To: pierre.php@gmail.com X-Mailer: Apple Mail (2.752.2) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] increase the default memory limit in 5.2.0+ From: ilia@prohost.org (Ilia Alshanetsky) 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. Ilia Alshanetsky