When you are running your Java application in physical servers, you would have been using '-Xmx' JVM argument to specify the Java heap size. If you are porting your application to Containers, you might be wondering how to configure Java... Continue Reading →
This article attempts to clarify the difference between InitialRAMPercentage, MinRAMPercentage, MaxRAMPercentage JVM arguments. These arguments have been introduced since Java 8 update 191. They are used to configure your Java application's heap size when you are running it in the... Continue Reading →