
I am also noticing it on a more complex application, but I wanted to verify it with a simpler one. However, after a few hours of running happily, the container is just killed. According to the Properties of the container it has 1.5Gb of memory, so it shouldnt be a resource issue. In fact the graph shows a practically constant usage at around 285Mb. The application is not doing any logic so there is nothing related to load or resource consumption. It currently does nothing but expose a simple request for testing. The application itself is a very simple Spring Boot Application exposing a REST API. The Dockerfile has nothing but: FROM adoptopenjdk:11-jre-hotspot


I have a very simple Azure Container Instance running from a Docker container based on AdoptOpenJDK.
