menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Programming News

>

Releasing ...
source image

RandomThoughts

1M

read

27

img
dot

Releasing unused but committed Heap memory

  • Periodic Garbage Collection cycles can be forced in JVM with specific command-line arguments to reclaim unused but committed Heap memory.
  • This feature is useful in container environments to save costs by reclaiming memory that is not actively used.
  • G1 garbage collector triggers periodic garbage collection based on conditions like interval time and system load threshold.
  • The need for a Java Agent to enable this functionality in the past is no longer necessary, as it can be achieved through specified JVM arguments.

Read Full Article

like

1 Like

For uninterrupted reading, download the app