Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1158 by felix8a: ant out of memory http://code.google.com/p/google-caja/issues/detail?id=1158 sometime before @r3846, build from scratch started failing for me, out of heap space. ie, $ ant clean $ ant AllTests gets java.lang.OutOfMemoryError: Java heap space while transforming domita_test_untrusted.html incremental builds are usually ok. after getting that failure, if I do $ ant AllTests then it succeeds. workaround is to set ANT_OPTS, such as $ env ANT_OPTS='-Xmx256m' ant AllTests -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
