Besides the native mode, Quarkus also runs well in JVM mode which comes with its own advantages. You can use an alternative JVM, such as OpenJ9 which gives you better resource consumption. In the following video I’ll show how easy it is to swap the JVM.
In the video, I’m using the Docker image adoptopenjdk/openjdk14-openj9 in one of the latest tags x86_64-alpine-jre-14_36.1_openj9-0.19.0 (JDK 14 on Alpine Linux).
Further resources
- Example project
- Using the OpenJ9 JVM for Quarkus Applications — Niklas Heidloff
- AdoptOpenJDK OpenJ9 download
- AdoptOpenJDK OpenJ9 Docker Hub
- OpenJ9 — Performance comparison
- OpenJ9 — Class data sharing
Published on Java Code Geeks with permission by Sebastian Daschner, partner at our JCG program. See the original article here: Quarkus on OpenJ9 JVM & resource consumption (Video) Opinions expressed by Java Code Geeks contributors are their own. |
Do you want to know how to develop your skillset to become a Java Rockstar?
Subscribe to our newsletter to start Rocking right now!
To get you started we give you our best selling eBooks for FREE!
1. JPA Mini Book
2. JVM Troubleshooting Guide
3. JUnit Tutorial for Unit Testing
4. Java Annotations Tutorial
5. Java Interview Questions
6. Spring Interview Questions
7. Android UI Design
and many more ....
I agree to the Terms and Privacy Policy
Thank you!
We will contact you soon.
Tags
quarkus
👁 Photo of Sebastian Daschner
Sebastian DaschnerApril 6th, 2020Last Updated: April 2nd, 2020
Sebastian DaschnerApril 6th, 2020Last Updated: April 2nd, 2020
0 217 1 minute read

This site uses Akismet to reduce spam. Learn how your comment data is processed.