Elastic JVM with Automatic Vertical Memory Scaling
Tetiana Fydorenchyk | December 19, 2018 | DevOps PaaS, Installer | Java, Java Cloud, JDK, JDK 9, jvm, JVM Memory
Nowadays, JVM-based applications can benefit from elasticity and density of container technology. However, there are still some issues that prevent unleashing the full potential of Java and containers “marriage.” Releasing unused but committed Heap memory by the major JVM implementations based on OpenJDK, in most cases, is not performed automatically, or requires specific knowledge to…