Hi, I'm not sure if this is the correct forum for this question, but I'm running Junit tests with ant, within Eclipse. I have a lot of tests, I wish to run them overnight , then look at a JUnitReport. Repeatedly I have abandoned this method because I get an OutOfMemoryException after about 35 minutes. ---------------- BUILD FAILED java.lang.OutOfMemoryError: Java heap space
Total time: 36 minutes 11 seconds --------------- I have trawled the web, added -Xmx640m as a vm argument to the JVM and variable ANT_OPS= -Xmx640m in the ant set up. But still I get the error. Does anyone have experience with this? I am using Eclipse 3.1 and ant 1.6.5 Thanks,Pam. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
