Anyone know how to tell the build process to use a larger vm when compiling? I am not very familiar with ant and I can’t see where I should stick a -J-XmsXXm flag.
Finally found it in the ant manual. I don’t know what I did but when ant loads java.nio.Buffer it chews up over 200M of memory. Odd.