Le Mon, 22 Nov 2010 20:33:34 +0200, Török Edwin a écrit : > Not sure what the max should be for the minor heap increase, but based > on this benchmark increasing size of minor heap never slows down the > program. Even when size of minor heap exceeds what fits in the cache. > I guess there is another microbenchmark that can show the opposite > though. Another consequence of increasing minor heap size is the latency introduced by minor heap collections. That said, when does it become the worse garbage collector latency? (... when heap compaction is disabled?) And of course, for many programs such latency matters a lot less than thoughput...