John Embretsen wrote:
A quick look with JConsole indicates that the testing-javadoc JVM needs about 86 MB of heap space (on many systems the default is 64 MB).

Note that this is the JVM running the javadoc tool, not Ant itself (Ant's javadoc task always forks the VM). So setting e.g. ANT_OPTS="-Xmx200m" won't help in this case.


--
John

Reply via email to