Tagged posts: 'graalvm'
Understanding the rationale behind dropping official support for GraalVM/Mandrel 23.1 for JDK 21 on native image builds.
Quarkus 3.35 introduces Profile-Guided Optimization (PGO) support for native images. Enable it with quarkus.native.pgo.enabled=true and let your integration tests drive the profiling - the build automatically produces an optimized native binary tailored to your application's actual runtime behavior.
Quarkus continues to focus on native for swift start-up time and low memory footprint.
Mandrel 25, based on GraalVM 25, has been released.
A comprehensive analysis attributing binary size increase to specific changes in Mandrel's code base.
A comprehensive analysis attributing binary size increase to specific changes in Mandrel's code base.
For Quarkus 1.1.0.Final, we had to take the hard decision to go back to GraalVM 19.2 while our CR1 used 19.3. Here is why.