Analyzing Java memory usage in a Docker container

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…

Similar

25th Anniversary of Java 1.0

On January 23rd, 1996, Sun Microsystems announced the availability of Java 1.0, an object oriented, platform neutral programming language. The fact that it was released as a freely available language and compiler for multiple platforms, coupled with it... (more…)

Read more »