increase heap size

2008-06-15 Thread Henning Bredel
ystem properties or set the maximum Java heap size here." Is there a possibility to increase the Java heap without creating an ~/.antrc (or %HOME%/antrc_{pre,post}.bat)? xmlbeans task solves this with its own attribute 'memoryMaxSize', but I do not want to rewrite the catalina-a

How can I control JVM heap size in ?

2006-03-21 Thread Patrick Marion
rtive\cs\parsers\sql' [javacc] 'D:\CSDev\main\Server\com\certive\cs\parsers\sql\SQLParser.jj' [javacc] This instance runs out of memory. ANT_OPTS doesn't seemed to apply here. How can I control the jvm heap size from my build file? Thanks. Patrick

RE: heap size

2006-03-08 Thread Dinesh Sonsale
Thanks Cena for help. -Original Message- From: Cena, Bernard (IT) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 3:53 PM To: Ant Users List Subject: RE: heap size Dinesh Sonsale wrote: > Friends, ANT_OPTS is an env variable that passes options to the VM. So do exp

RE: heap size

2006-03-08 Thread Dinesh Sonsale
Thanks Jan for help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 4:03 PM To: user@ant.apache.org Subject: AW: heap size >ANT_OPTS is an env variable that passes options to the VM. >So do export ANT_OPTS=-Xmx640m using sh

AW: heap size

2006-03-08 Thread Jan.Materne
>ANT_OPTS is an env variable that passes options to the VM. >So do export ANT_OPTS=-Xmx640m using shell or set >ANT_OPTS=-Xmx640m on Win HTH > >> 1) How to increase heap size? >> >> [Can be done by defining ANT_OPTS=-Xmx640m] is this correct? >> >> 2) H

RE: heap size

2006-03-08 Thread Cena, Bernard \(IT\)
Dinesh Sonsale wrote: > Friends, ANT_OPTS is an env variable that passes options to the VM. So do export ANT_OPTS=-Xmx640m using shell or set ANT_OPTS=-Xmx640m on Win HTH > 1) How to increase heap size? > > [Can be done by defining ANT_OPTS=-Xmx640m] is this correct? > > 2)

heap size

2006-03-08 Thread Dinesh Sonsale
Friends, 1) How to increase heap size? [Can be done by defining ANT_OPTS=-Xmx640m] is this correct? 2) How to pass Memory Parameter to ANT? I have tried c:\ant ANT_OPTS=-Xmx640m and c:\ant -DANT_OPTS=-Xmx640m but no luck:( Best regards, Dinesh