> The problem with fixed-heap, though, is that the runtime starts off trying > to use the Cheney-copy collector (so, it really grabs 1/2 * 3.5G) and it may > be some time before it is forced to use the mark-compact collector Isn't there some way to force the runtime to start using mark compact immediately (or if not, wouldn't it be easy to do)?