Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 9145 invoked from network); 12 Jan 2005 23:01:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jan 2005 23:01:07 -0000 Received: (qmail 55816 invoked by uid 500); 12 Jan 2005 23:01:07 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 55790 invoked by uid 500); 12 Jan 2005 23:01:07 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 55771 invoked by uid 99); 12 Jan 2005 23:01:07 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from duempel.org (HELO swift.roonstrasse.net) (81.209.165.42) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 12 Jan 2005 15:01:05 -0800 Received: (qmail 20788 invoked by uid 1001); 12 Jan 2005 22:59:40 -0000 Date: Wed, 12 Jan 2005 23:59:40 +0100 From: Max Kellermann To: Stas Bekman Cc: apreq Developers Subject: Re: Parsers test eats all the memory Message-ID: <20050112225940.GA20740@roonstrasse.net> References: <41E5AAE3.8070605@stason.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41E5AAE3.8070605@stason.org> User-Agent: Mutt/1.5.6+20040907i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On 2005/01/12 23:55, Stas Bekman wrote: > the latest svn of apreq2 has just killed my notebook. the parsers > test exhausts all my memory in a matter of 3 seconds. let me know if > you want to know anything else... as it eats my memory a way too > quickly i can't really debug it. Have you already tried limiting the memory consumption with ulimit? Then you may able to run it with valgrind.. just an idea Max