Re: OutOfMemory exception after introducing task

2005-12-17 Thread glenn opdycke-hansen
ble [1] combined with -Xmx or -Xms java options: > > export ANT_OPTS=-Xmx512m -Xms512m > > Regards > Ivan > > [1]http://ant.apache.org/manual/running.html#envvars > > --- "Brown, Carlton" <[EMAIL PROTECTED]> > wrote: > > > Anybody ever get a

Re: OutOfMemory exception after introducing task

2005-12-16 Thread Ivan Ivanov
Anybody ever get an OutOfMemory exception after > introducing the > task into their build? > > > > Where and how exactly do I increase my memory to > avoid this exception? > > __ Do You Yahoo!? Tired of spam? Yahoo!

OutOfMemory exception after introducing task

2005-12-16 Thread Brown, Carlton
Anybody ever get an OutOfMemory exception after introducing the task into their build? Where and how exactly do I increase my memory to avoid this exception?

RE: OutOfMemory...

2004-08-20 Thread Alan Brown
o Sam [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 1:53 PM To: Ant Users List Subject: Re: OutOfMemory... Alan Brown wrote: > I'm using with genericAntFile to run an ant task against every > subdirectory. However, it runs out of memory before finishing. I've > done s

Re: OutOfMemory...

2004-08-20 Thread Pedro Sam
Alan Brown wrote: I'm using with genericAntFile to run an ant task against every subdirectory. However, it runs out of memory before finishing. I've done some poking around and it seems that like has some issues with the classLoader that can result in this kind of problem. Does anyone know a

RE: OutOfMemory...

2004-08-20 Thread Charles Hudak
D] > Subject: OutOfMemory... > > > > I'm using with genericAntFile to run an ant task > against every subdirectory. However, it runs out of memory > before finishing. I've done some poking around and it seems > that like has some issues with the > classLoad

OutOfMemory...

2004-08-20 Thread Alan Brown
I'm using with genericAntFile to run an ant task against every subdirectory. However, it runs out of memory before finishing. I've done some poking around and it seems that like has some issues with the classLoader that can result in this kind of problem. Does anyone know a workaround? I re

RE: OutOfMemory and bug #8689

2004-06-03 Thread Lee Breisacher
stead. Thanks, Lee > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 03, 2004 6:23 AM > To: [EMAIL PROTECTED] > Subject: Re: OutOfMemory and bug #8689 > > On Thu, 3 Jun 2004, Lee Breisacher <[EMAIL PROTECTED]> wrote:

Re: OutOfMemory and bug #8689

2004-06-03 Thread Stefan Bodewig
On Thu, 3 Jun 2004, Lee Breisacher <[EMAIL PROTECTED]> wrote: > So, if you can tell me a different way to invoke the XJC task that > doesn't leak classes, or if there is something the JAXB developers > can do in their implementation/declaration of the XJC task, that > would be great. How does you

RE: OutOfMemory and bug #8689

2004-06-03 Thread Lee Breisacher
d. On Java 1.3, this results in OutOfMemory even when using rather large values for -Xmx (e.g. set ANT_OPTS=-Xmx1024m -Xss32m). So, if you can tell me a different way to invoke the XJC task that doesn't leak classes, or if there is something the JAXB developers can do in their implementation/d

Re: OutOfMemory problem with classpath refid

2003-11-12 Thread Stefan Bodewig
Do you see any difference in Ant's verbose output? In particular in the command line that's being passed to javac? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]