#performance #java #memory
In this article we will look at different ways to figure out and fix unnecessary memory consumption by JVM. This is useful for JVM applications that store huge amount of data in memory and can help avoid OutOfMemoryError if application data cannot be partitioned and scaled horizontally.
In part 3, we will take a look on more advanced techniques used to reduce JVM heap size, which involves manual memory management.