Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.6.1, 2.7
-
Fix Version/s: None
-
Labels:None
-
Environment:Maven 3 on MacOS 10.6, Maven 3 on Hudson on Windows
-
Number of attachments :
Description
I have a 12 module project (+parent) containing not really much code (140 classes). When running Maven site on this project, it fails with an OutOfMemoryError. When I run the javadoc plugin with a reportset containing javadoc, test-javadoc and aggregate is runs well with a maximum heap size of 512M. When I run it with a reportset containing javadoc, test-javadoc and test-aggregate also. But when I add all 4 reports to my report set, I get an OutOfMemoryError, even when setting the maximum heap size to 1.5G. Just before the error occurs I see my heap usage growing rapidly.
I can imagine the information provided above is not enough to work on the issue. I can provide more, but I am not sure what. See if anyone can help, please let me know what you might need.