-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
If we use GraalVM to build a native image of the server, we should be able to greatly reduce startup time, and prevent the occasional timeouts we see with a cold start.
We will use the latest GraalVM v21
-
./gradlew nativeCompilecreates a native image when using a GraalVM JDK -
./gradlew nativeTestruns all the tests against the nativeImage (to shake out errors) - The native image is manually checked and is runnable
- Github actions to build native image are created
Reactions are currently unavailable