-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to improve docker compose startup time #6
Comments
As for further improvements, ideally FHIR HAPI is upgraded to Spring Boot 3, so we can use AOT (Ahead of Time) compilation. I can imagine this taking quite a while though. It would be a major boost to the startup times though. I will check with the FHIR devs if they have plans to implement this anytime soon. |
The Spring upgrade seems to be planned for November '23 (quote below is from the google forms link) https://chat.fhir.org/#narrow/stream/179167-hapi/topic/Spring.20Boot.203.2E0.2Ex
|
Currently, the spring boot applications take quite a long time to start up. Try to look into low-maintenance solutions that lower this startup time, for example use GraalVM.
The text was updated successfully, but these errors were encountered: