Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] OutOfMemory error running Ant from Eclipse


Alban,

Eclipse's Ant integration runs Ant in the same virtual machine as Eclipse.
So you need to increase the memory that you allocate to the Eclipse VM.
Use -vmargs and specifying something like:
"-vmargs -Xmx256M -Xms256M"

HTH

Darins



Alban Soupper <asoupper@xxxxxx>
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

04/17/03 01:52 AM
Please respond to platform-ant-dev

       
        To:        "'platform-ant-dev@xxxxxxxxxxx'" <platform-ant-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-ant-dev] OutOfMemory error running Ant from Eclipse



Hi all,

I have a "OutOfMemory" error when running Ant for a compilation (~2000 java
classes).
I did not find how to increase memory heap size for running Ant.

How to do this ?

Tanks by advance,
                Alban.


***********************************************************************************

This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager to postmaster@xxxxxx

***********************************************************************************

_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev



Back to the top