Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 57605 invoked from network); 7 Mar 2001 23:51:45 -0000 Received: from mail.alphalink.com.au (203.24.205.7) by h31.sny.collab.net with SMTP; 7 Mar 2001 23:51:45 -0000 Received: from donalgar (d78-ps3-mel.alphalink.com.au [202.161.108.206]) by mail.alphalink.com.au (8.9.3/8.9.3) with SMTP id KAA03970 for ; Thu, 8 Mar 2001 10:51:31 +1100 Message-Id: <3.0.6.32.20010308103011.02145ba0@alphalink.com.au> X-Sender: gdonald@alphalink.com.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 08 Mar 2001 10:30:11 +1100 To: ant-user@jakarta.apache.org From: Peter Donald Subject: Re: Memory Consumption In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N At 11:26 7/3/01 -0600, Scott_Carter@i2.com wrote: > >I have been assigned the task of optimizing memory consumption for our ant >build. To my understanding ant pulls almost everything into memory. >Anyone have any ideas on how I could optimize the memory consumption of >ant? Use external tools rather than in-memory tools (ie use jikes rather than javac). Make all java rasks fork if possible. Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------*