GC listener
Bernd Eckenfels
bernd-2014 at eckenfels.net
Fri Mar 21 18:37:29 UTC 2014
Am Fri, 21 Mar 2014 14:26:53 -0400
schrieb Matt Miller <matthew.miller at forgerock.com>:
> This seems like a lot of work, where as instead you should probably
> just use a concurrent, low pause, GC algorithm ... (CMS? ,
> G1 ? ) ... and never have to do a long full GC anyhow.
Unfortunatelly at least with CMS you cant avoid a FullGC in some
conditions, and the performance is very very bad if it happens.
So a more reliable method to limit pause times gurateed is using small
heaps and the Parallel Collector. But of course this is not always
possible.
Greetings
Bernd
More information about the hotspot-gc-use
mailing list