Re: JVM heap not getting freed
Hi Ganesh After the job is finished, was there a Full GC during this period? You can try to capture a heap dump to trigger FullGC and then check the actual memory usage. If the memory usage is still high after a Full GC, you should analyze the heap dump file. Best, Feng On Mon, Jul 1, 2024 at 9
JVM heap not getting freed
Hi Team, After I ran my fink application on cluster and application runs successfully but my JVM heap is still showing 50% is filled. What will be the reason?