Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 52799 invoked from network); 13 Sep 2004 15:48:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Sep 2004 15:48:20 -0000 Received: (qmail 68696 invoked by uid 500); 13 Sep 2004 15:48:11 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 68577 invoked by uid 500); 13 Sep 2004 15:48:09 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 68564 invoked by uid 99); 13 Sep 2004 15:48:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [199.228.142.72] (HELO plmler2.mail.eds.com) (199.228.142.72) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Sep 2004 08:48:04 -0700 Received: from plmlir5.mail.eds.com (plmlir5-2.mail.eds.com [199.228.142.135]) by plmler2.mail.eds.com (8.12.10/8.12.10) with ESMTP id i8DFm2Kh023017 for ; Mon, 13 Sep 2004 10:48:03 -0500 Received: from plmlir5.mail.eds.com (localhost [127.0.0.1]) by plmlir5.mail.eds.com (8.12.10/8.12.10) with ESMTP id i8DFlrWm020519 for ; Mon, 13 Sep 2004 10:47:53 -0500 Received: from USPLM102.amer.corp.eds.com (USPLM102.txpln.us.eds.com [198.132.135.15]) by plmlir5.mail.eds.com (8.12.10/8.12.10) with ESMTP id i8DFlqcQ020514 for ; Mon, 13 Sep 2004 10:47:52 -0500 Received: by USPLM102.txpln.us.eds.com with Internet Mail Service (5.5.2657.72) id ; Mon, 13 Sep 2004 10:47:52 -0500 Message-ID: <5503AA42691BD5119DB000508BDFDA1A200FB5C1@USPLM210.txpln.us.eds.com> From: "Erskine, Chris" To: Ant Users List Subject: RE: Out of memory Date: Mon, 13 Sep 2004 10:47:43 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks. Forking the task seems to have solved the problem. Chris Erskine EDS Consulting Services F5-EDS-001 2424 Garden of the Gods Rd Colorado Springs, CO 80919 Phone: 719-535-6064 Phone: mailto:chris.erskine@eds.com -----Original Message----- From: Daniels, Doug [mailto:Doug.Daniels@gdc4s.com] Sent: Monday, September 13, 2004 8:04 AM To: Ant Users List Subject: AW: Out of memory I have a project that compiles on a fresh build around 1600+ java files, and then builds about 5 auxillary projects of around 200-500 java files a piece, and we used to get out of memory errors when doing a straight , here is how I fixed it. You can tweak the memoryMaximumSize, if you don't want to just throw 1GB at it. Also look out for links in your javac source path, I know I've spent a couple hours looking around for an error and realized there was a recursive link in the path that ANT would continuously loop over it. -----Original Message----- From: Erskine, Chris [mailto:chris.erskine@eds.com] Sent: Friday, September 10, 2004 6:16 PM To: user@ant.apache.org Subject: Out of memory I am trying to create an ant script to build a project which has over 1100 classes in it. I am getting an out of memory error. Is there a way to increase the memory to work with in this case? Chris Erskine EDS Consulting Services F5-EDS-001 2424 Garden of the Gods Rd Colorado Springs, CO 80919 Phone: 719-535-6064 Phone: mailto:chris.erskine@eds.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org