After running 1200-1300 JUnit tests, Test / DefaultTestReport.mergeFromFiles crashes with OutOfMemory error while attempting to merge ~300 MB of test result XML's.
Is there a way to increase heap size for this portion of the test task? As an alternative, I suppose it would be possible to intercept or disable the task and then fork another VM with more memory to generate the report. Another alternative would be to use a different testing framework and/or a different reporter such as TestNG + ReportNG. -- View this message in context: http://gradle.1045684.n5.nabble.com/Test-DefaultTestReport-mergeFromFiles-crashes-with-OutOfMemory-error-tp5124560p5124560.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
