-
Notifications
You must be signed in to change notification settings - Fork 172
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
Integrate 'Coordinated Restore at Checkpoint' #1197
Comments
Yes! CRaC works a bit differently: It stores the whole status of the JVM. So this arises two questions in my mind:
|
This is a research story more than anything 💡 |
Another article on the topic for reference https://openliberty.io/blog/2023/09/26/spring-boot-3-instant-on.html |
Nice one. |
Another article on the topic https://spring.io/blog/2023/10/16/runtime-efficiency-with-spring. Nothing relevant though, only interesting to see that it's being adopted, even if in early builds. |
There's an experimental feature to save and restore the state of the JVM that helps to improve startup.
Since one of our main pain points is the initial parsing of the gem which takes most of the time when converting a single document, this could be a great improvement.
References:
I know that I am not the first to think about it /cc @someth2say
The text was updated successfully, but these errors were encountered: