Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Bumping up the Ant heapsize
Bumping up the Ant heapsize [message #15842] Tue, 06 May 2003 16:03 Go to next message
Eclipse UserFriend
Originally posted by: twoytaszek.rsasecurity.com

Is there any way (via plugin.xml or other) to specify a min and max
heapsize for the ant tool. Default 64Mb just doesn't cut it for me. I want
to specify -Xms128m.

Looking at the plugin.xml for the and org.eclipse.ant.core_2.1.0 plugin,
it seems there may be some way to specify it:

<application>
<run
class="org.eclipse.ant.core.AntRunner">
</run>
</application>

Say it's so.

Thanks,
Tom
Re: Bumping up the Ant heapsize [message #15861 is a reply to message #15842] Tue, 06 May 2003 16:11 Go to previous message
Eclipse UserFriend
Tom,

In 2.1 Ant is run in the same VM as Eclipse. So specify the min, max heap
size when starting the
Eclipse VM (using -vmargs -Xmx256M -Xms256M)

In the latest integration builds it is possible to specify to start Ant in a
separate VM...see https://bugs.eclipse.org/bugs/show_bug.cgi?id=24129
This feature is a work in progress.

HTH
Darins

"Tom" <twoytaszek@rsasecurity.com> wrote in message
news:b994ec$q7d$1@rogue.oti.com...
> Is there any way (via plugin.xml or other) to specify a min and max
> heapsize for the ant tool. Default 64Mb just doesn't cut it for me. I want
> to specify -Xms128m.
>
> Looking at the plugin.xml for the and org.eclipse.ant.core_2.1.0 plugin,
> it seems there may be some way to specify it:
>
> <application>
> <run
> class="org.eclipse.ant.core.AntRunner">
> </run>
> </application>
>
> Say it's so.
>
> Thanks,
> Tom
>
Previous Topic:missing incremental build
Next Topic:Debugger apparently does not work
Goto Forum:
  


Current Time: Fri Jun 06 05:47:00 EDT 2025

Powered by FUDForum. Page generated in 0.25818 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top