I have tried various options like
1) set ANT_OPTS=-Xms512m -Xmx512m in the build environment.
2) set fork attribute = TRUE in the build.xml
Nothing is working for me. I have searched through some forums and got above resolutions. Even I increased ANT_OPTS values up to -Xms1024m -Xmx512m. Still I didn't get resolved this issue.
I am using ANT1.6.1 and JDK150.
If any one give suggestion on this, that would help me a lot.
In the 1G one you have -Xms and -Mmx reversed; mx is the max.
Try increasing the PermGen space? How many classes are there?! It might be helpful to include the entire stack trace/build output to help pinpoint what's going wrong, and during what--I mean, I'm compiling a half-million line project without having to increase the memory settings, so something's probably configured wrong.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Issue : [javac] java.lang.OutOfMemoryError: Java heap space