when JVM trigger gc.
Utilisateur anonyme
Minor GC is always triggered when JVM is unable to allocate space for a new Object, e.g. the Eden is getting full. So the higher the allocation rate, the more frequently Minor GC is executed. Whenever the pool is filled, its entire content is copied and the pointer can start tracking the free memory from zero again