Aladdin - Scala Bugtracking
[#1058] project: distribution priority: high category: bug
submitter assigned to status date submitted
Sean Gilles fixed 2007-04-19 07:13:57.0
subject build script doesn't give scaladoc enough memory
code
what happened
quickdoc thrashes around in garbage collection for an unreasonable amount of time during a build
what expected quickdoc should get as much memory as the compiler for processing the same code.
[back to overview]
Changes of this bug report
Gilles  edited on  2007-05-10 16:12:37.0
Hack-fixed in rev. 10989. Quickdoc doesn't get less memory than the other phases, it is just that it has all been eaten up when reaching it. Sabbus now requests more memory from the user so that Quickdoc gets its fair share. More fundamentally, during a dist, each successive compiler run is not completely garbage-collected. There seems to be no reason for that, and profiling a whole dist is strictly impossible with current profilers. We'll have to hope it goes away with later versions of Ant … or build our own build system.