Skip to content
Snippets Groups Projects
Commit 387f824f authored by Michael Rumpf's avatar Michael Rumpf Committed by Maciej Szarliński
Browse files

Reduce memory consumption of Docker images #76 (#77)

* Reduce memory consumption of Docker images #76

The fix switches from an outdated Oracle Java 8 Docker image
to the current openjdk:8 image. The Java VM of this image
supports the parameters to make the Java VM Docker aware.
With this option it becomes possible to set the memory
limit to 256MB which reduces the memory consumption by
75% and leaves the application still operational.

* Added a NOTE about the Docker VM resource usage on Mac and Win

This closes #76 and hopefully improves the first time user-experience
of the Docker compose way of running the demo microservices.
parent cf84ed0a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment