Java inside docker: What you must know to not Fail

Many developers are (or should be) aware that Java processes running inside Linux containers (docker, rkt, runC, lxcfs, etc) don’t behave as expected when we let the JVM ergonomics set the de… Read more

Similar

11 Simple Java Performance Tuning Tips

Most developers expect that performance optimization is a complicated topic that requires a lot of experience and knowledge. Okay, that's not entirely wrong. Optimizing an application to get the best performance possible isn't an easy... (more…)

Read more »