miércoles, 28 de noviembre de 2007

Disable Explicit Garbage collection

You can disable explicit garbage collection (System.gc) by using the following switch:

-XX:+DisableExplicitGC

This week in various stress tests, many Stop the world collections are triggered by ServiceMix. This switch disables this behavior.

No hay comentarios: