Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 24297 invoked from network); 21 Jun 2007 16:32:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2007 16:32:18 -0000 Received: (qmail 23456 invoked by uid 500); 21 Jun 2007 16:32:21 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 23409 invoked by uid 500); 21 Jun 2007 16:32:20 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 23398 invoked by uid 99); 21 Jun 2007 16:32:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 09:32:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [192.6.10.2] (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 09:32:16 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by colossus.hpl.hp.com (Postfix) with ESMTP id 496ED6BA1E for ; Thu, 21 Jun 2007 17:31:55 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from colossus.hpl.hp.com ([127.0.0.1]) by localhost (colossus.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3AG3s4iKMPKc for ; Thu, 21 Jun 2007 17:31:54 +0100 (BST) Received: from ha-node-br3.hpl.hp.com (ha-node-br3.hpl.hp.com [16.25.144.58]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by colossus.hpl.hp.com (Postfix) with ESMTP id 30E3D6BA1B for ; Thu, 21 Jun 2007 17:31:53 +0100 (BST) Received: from [16.25.171.182] (chamonix.hpl.hp.com [16.25.171.182]) by ha-node-br3.hpl.hp.com (8.14.1/8.13.4) with ESMTP id l5LGVfRs024918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 21 Jun 2007 17:31:41 +0100 (BST) Message-ID: <467AA7ED.9000606@apache.org> Date: Thu, 21 Jun 2007 17:31:41 +0100 From: Steve Loughran User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: Ant Developers List Subject: OOmemory, ant1.7, java1.5+, windows only Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org the big smartfrog build is suddenly oom-ing, on windows only, more often on java1.6 but now on java1.5 too. we're using ivy to choreograph, running threads for functional testing. javac, rmic, junit, all are set to fork, but still we run out of memory after about 40 minutes into the full build/test. All is well on unix, but not windows. Anyone got any ideas? What's the best way to debug this? I've never profiled a build before. We could maybe have a new listener that prints out memory/heap space status as it exits projects, a profiling listener...then there is the profilers under netbeans and the java1.5/1.6 memory tools. -steve --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org