Devoxx Ukraine 2019: Elastic JVM: Automatic Vertical Scaling of the Java Heap - Ruslan Synytsky

Devoxx Ukraine 2020 becomes a FREE ONLINE event 6-7th of November Kyiv, Ukraine Registration: Containers provide much better elasticity and density than VMs, but JVM-based applications are not fully container-ready. The first issue is that HotSpot JVM doesn’t release unused committed heap memory automatically. Second, it is not possible to increase the size of the JVM heap at runtime. To solve these major issues and make JVM more container-friendly, a new patch is implemented for the Garbage-First collector in OpenJDK 12. This session shares details of what is done and how the added improvements enhance resource consumption efficiency. #devoxxua #devoxx #java
Back to Top