open-prevo / openprevo

OpenPrevo
Eclipse Public License 2.0
2 stars 1 forks source link

Switch to OpenJDK with OpenJ9 for 60% memory saving #38

Open MarkusTiede opened 6 years ago

MarkusTiede commented 6 years ago

We should switch to OpenJDK with OpenJ9 instead of an OpenJDK only base image and profit from various runtime advantages such as significant less memory consumption.

MarkusTiede commented 6 years ago

Quick comparison

HotSpot: hotspot

OpenJ9: openj9

mikaelkalt commented 6 years ago

This suddenly stopped working: https://github.com/eclipse/openj9/issues/2311

mikaelkalt commented 6 years ago

There is a PR open: https://github.com/AdoptOpenJDK/openjdk-docker/pull/33