Code the Future with Java and AI – Join Me at JDConf 2025
JDConf 2025 is around the corner - and I want you to be part of it. Whether you are a Java developer, architect, team leader, or decision maker, this is…
03/04/2025
Introduction Containerization has become the prevailing choice for hosting and managing Java applications, due to its unmatched portability, consistency, and scalability benefits. However, by default, when running a Java app inside containers, the JVM assumes that the OS memory is shared among multiple applications, so it conservatively claims memory for…