How to Restore an Atoti application
After checkpointing your application with system property -XX:CRaCCheckpointTo=/path/to/crac/image
, you can easily
restore it with the following command:
java -XX:CRaCRestoreFrom=/path/to/crac/image
note
The restored application does not run with the same PID as the checkpointed application.