What is the process to set memory limit for Java 11 inside Docker?
Which JDK to use for production environment?
Thanks
docker run -m 512 ....
More details in this article: https://www.docker.com/blog/improved-docker-container-integration-with-java-10/