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
> 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
-
--- 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
> 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
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