[FRIAM] FW: Distribution / Parallelization of ABM's

Carl Tollander carl at plektyx.com
Fri Oct 6 18:30:15 EDT 2006


Josh writes:
> I hadn't looked at Java's GC for a while.  It has gotten very
> complicated!  I wonder if they have parallelized the GC.
JVM setting:  -XX:UseParallelGC  
Since 1.4.2

However, its not just a matter of turning on the flag!  See (for example)
http://www.petefreitag.com/articles/gctuning/
which is probably a good article for Java GC stuff in general, let alone
the parallel stuff.

Carl




More information about the Friam mailing list