In the JVM world, if you talked about Java memory management, then first, you want to understand the workings of Java garbage collection. While working on a JVM-based application, it becomes super easy when the JVM, itself, manages your GC for you, but the problem starts when you start facing performance degradation and that, too, is because of in-efficient GC.
So, let’s start by understanding what is the JVM GC model, and then, we can see how to control it and analyze the GC logs to find any discrepancies occurring in your application.
from DZone.com Feed http://bit.ly/2X0FNww
No comments:
Post a Comment