SoftInstigate/restheart

Upgrade GraalVM to v23.0.1 (17.0.8-graal)

Closed this issue · 1 comments

Brief overview

Upgrade GraalVM to v23.0.1

@mkjsix we need to create a mvn profile that uses a different native-image.properties for Linux native build (used in our native docker image).

It should specify the option --gc=G1

G1 Garbage Collector can only be used in native images that are built on Linux for AMD64 with GraalVM Oracle