Max memory usage of org.apache.tools.ant.Task extends class

2005-11-29 Thread Leon Pu
Hi all, is it possible to configure the max memory usage of org.apache.tools.ant.Task extends class? Here is my current build script. It will out of memory when the task is memory cosuming. [build-script] [build-script] Best regards, Leon

Re: Max memory usage of org.apache.tools.ant.Task extends class

2005-11-29 Thread Dominique Devienne
> I searched Ant's FAQ but didn't find the relevant explanation. I knew > several Ant tasks have the attribute for max memory, but there seems no > one for ant command itself and org.apache.tools.ant.Task extends class. http://www.google.com/search?q=xmx512m --DD -

Re: Max memory usage of org.apache.tools.ant.Task extends class

2005-11-29 Thread Leon Pu
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > is it possible to configure the max memory usage of > > org.apache.tools.ant.Task extends class? > > > > Here is my current build script. It will out of memory when the > task is > > memory cosuming. &g

Re: Max memory usage of org.apache.tools.ant.Task extends class

2005-11-29 Thread Dominique Devienne
> is it possible to configure the max memory usage of > org.apache.tools.ant.Task extends class? > > Here is my current build script. It will out of memory when the task is > memory cosuming. No. Only one a forked JVM can you do that. You can OTOH set a higher maxmemory for the

Max memory usage of org.apache.tools.ant.Task extends class

2005-11-29 Thread Leon Pu
Hi all, is it possible to configure the max memory usage of org.apache.tools.ant.Task extends class? Here is my current build script. It will out of memory when the task is memory cosuming. [build-script] [build-script] Best regards, Leon