Docker memory resource limits and a heap of Java by Stephen Kuenzli | Oct 3, 2019 | DevOps, Docker | 0 comments Ok, so maybe you’re convinced why you need to set limits for container resource usage, especially when running on shared container application platforms like ECS, Kubernetes, and Swarm. In this post, I’ll show you how to set memory limits for a basic Java web app built with Spring Boot.

