Garbage Collector Ergonomics jvmArgs
http://download.oracle.com/javase/1.5.0/docs/guide/vm/gc-ergonomics.html Garbage Collector Ergonomics The following changes take effect with J2SE 5.0. On server-class machines running the server VM, the garbage collector (GC) has changed from the previous serial collector (-XX:+UseSerialGC) to a parallel collector (-XX:+UseParallelGC). You can override this default by using the -XX:+UseSerialGC command-line option to the java command. On server-class machines running… Leer más »