Java memory troubleshooting is a well-discussed topic. You can find a lot of information about it in existing blog posts, so you may wonder: why write another one? Indeed, many blog posts introduce a… (more…)
Read more »
When working on microservices in the Java ecosystem, especially using Spring (Boot), you will notice
the long start-up time that applications will have, let alone the high memory consumption they will
... (more…)
Read more »
A few weeks ago I faced an interesting problem trying to analyze a memory consumption in my Java application (Spring Boot + Infinispan) running under Docker. The Xmx parameter was set to 256m, but the Docker monitoring tool displayed almost two...
Read more »