Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 22068 invoked from network); 9 Nov 2001 10:43:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 Nov 2001 10:43:26 -0000 Received: (qmail 24852 invoked by uid 97); 9 Nov 2001 10:43:30 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 24648 invoked by uid 97); 9 Nov 2001 10:43:28 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 24570 invoked from network); 9 Nov 2001 10:43:27 -0000 Message-Id: <200111091043.fA9AhP231521@mail016.syd.optusnet.com.au> Content-Type: text/plain; charset="utf-8" From: Peter Donald To: "Ant Users List" Subject: Re: Ant build - Solaris Date: Fri, 9 Nov 2001 21:40:29 +1100 X-Mailer: KMail [version 1.3.1] References: <1198CA23EE831A4798DBAFE07E5D1BC445BA7F@esrv022.eu.wirecard.net> In-Reply-To: <1198CA23EE831A4798DBAFE07E5D1BC445BA7F@esrv022.eu.wirecard.net> X-Wisdom-Cookie: . MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 9 Nov 2001 21:03, Quintus, Guenter wrote: > Hi all, > > i am trying to build a project under Solaris which worked fine under > Windows but causes extreme memory usage under Solaris. > It takes some hundred MB when compiling with Ant and if Ant is included > in cruisecontrol i reach 1 GB Memory usage without problems. > Has anyone a clue how to avoid this? ouch. I have never seen anything like this. Is it specific to solaris or does it occur on other unixes ? How many files are you compiling and whats their total size? >Should i switch from javac usage to > jikes for example? You should do that anyways. Jikes is far closer to being fully compliant parser and generally gives better error messages (with a few exceptions). Besides it is blindingly fast and will definetly use less memory. -- Cheers, Pete *------------------------------------------------------* | "Common sense is the collection of prejudices | | acquired by age 18. " -Albert Einstein | *------------------------------------------------------* -- To unsubscribe, e-mail: For additional commands, e-mail: