Skip to main content
Inspiring
December 4, 2017
Question

Tune Garbage Collection?

  • December 4, 2017
  • 1 reply
  • 298 views

Hi besides from System.pauseForGCIfCollectionImminent or manually using System.gc() is there any other way to tune the Garbage Collection process like java can?

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Inspiring
December 4, 2017

The short answer is no, but the Java GC is not that more advanced, in fact both are very similar.