Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 96820 invoked from network); 11 Apr 2003 16:21:49 -0000 Received: from leusav02.landsend.com (64.73.96.70) by daedalus.apache.org with SMTP; 11 Apr 2003 16:21:49 -0000 Received: from USAV002.landsend.com ([10.157.254.167]) by LEUSAV02.landsend.com with Microsoft SMTPSVC(5.0.2195.4453); Fri, 11 Apr 2003 11:21:49 -0500 Received: From USMSG003.leinternal.com ([10.176.254.103]) by USAV002.landsend.com (WebShield SMTP v4.5 MR1a); id 105007810993; Fri, 11 Apr 2003 11:21:49 -0500 Received: from USEVS012.leinternal.com ([10.176.254.112]) by USMSG003.leinternal.com with Microsoft SMTPSVC(5.0.2195.5329); Fri, 11 Apr 2003 11:21:47 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: performance enhancements... Date: Fri, 11 Apr 2003 11:21:47 -0500 Message-ID: <1AA6971F96FADB4A96CF73E4729B05F1DCADAA@USEVS012.leinternal.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: performance enhancements... Thread-Index: AcMARfML79xDGFwFQfuEPEDFJtfgLAAAA2nQ From: "Chappell, Simon P" To: "Ant Users List" X-OriginalArrivalTime: 11 Apr 2003 16:21:47.0584 (UTC) FILETIME=[73223C00:01C30046] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have to agree. Our project compiles just shy of 400 java files and = then runs junit tests and builds javadoc and packages it all up into a = WAR file for deployment. This takes a widely varying amount of time. I = have seen everything from 50 seconds to over a minute and a half. The = main variable here is the amount of other activity on my machine. I have = never even come close to suspecting that I need to change any of my = memory settings. Simon ----------------------------------------------------------------- Simon P. Chappell simon.chappell@landsend.com Java Programming Specialist www.landsend.com Lands' End, Inc. (608) 935-4526 "Never give in - never, never, never, never, in nothing great or small, large or petty, never give in except to convictions of honor and good sense." - Sir Winston Churchill >-----Original Message----- >From: Dominique Devienne [mailto:DDevienne@lgc.com] >Sent: Friday, April 11, 2003 11:16 AM >To: 'Ant Users List' >Subject: RE: performance enhancements... > > >You're making much of these 3 runs ;-) I'd bet that if you'd run your 3 >different memory settings a bunch of times, you'd see them all=20 >in the 1 min >+/- 3 seconds range ;-) --DD > >-----Original Message----- >From: Ciramella, EJ [mailto:ECiramella@emptoris.com]=20 >Sent: Friday, April 11, 2003 11:14 AM >To: 'Ant Users List' >Subject: RE: performance enhancements... > >I should qualify the previous statements - all I was doing was=20 >compiling >2700 source, nothing else. > >-----Original Message----- >From: Ciramella, EJ [mailto:ECiramella@emptoris.com] >Sent: Friday, April 11, 2003 12:10 PM >To: 'Ant Users List' >Subject: RE: performance enhancements... > > >That's exactly what I was looking for: > > memoryInitialSize=3D"512m"____ results in a build time of 1 min 3 sec > memoryMaximumSize=3D"512m" > memoryInitialSize=3D"768m"____ results in a build time of 1 min > memoryMaximumSize=3D"768m" > memoryInitialSize=3D"896m"____ results in a build time of 1=20 >min 2 seconds > memoryMaximumSize=3D"896m" > >Since three seconds don't really matter, I'm going to just let=20 >it sit at >512. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org >For additional commands, e-mail: user-help@ant.apache.org > >