my eclipse.ini setting is
-clean
-showsplash
com.genuitec.myeclipse.product.ide
–launcher.XXMaxPermSize
512m
-vmargs
-Xms128m
-Xmx1024m
-Duser.language=en
Also, ANT_OPTS is set to -Xmx1024m as env variable
Inspite of increasing heap space as above, when running the ant file for xdoclet, it throws “out of memory error”. When i check with the ant java process running in background, it does not have any -Xmx values.
How to make sure all ant files running in eclipse have the 1024m as max heap space