I’m doing some various cleanup and refactoring type tasks that I’ve been putting off, one of which is to enable the javadoc for one of our code trees and having a link to it, having it regenerated automatically every night, etc. I spent an hour googling and fuxoring with commandline params, because our javadoc gets run inside an ANT task, and it kept running out of java heap memory. Finally I take the time to read the task page and it mentions that it always forks the VM to run Javadoc, and it helpfully provides an attribute for increasing the memory size. *sigh*.