Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todokr/fa4e9fc254ba682b51afa30b4cab6334 to your computer and use it in GitHub Desktop.
Save todokr/fa4e9fc254ba682b51afa30b4cab6334 to your computer and use it in GitHub Desktop.

Javaアプリケーションの起動を高速化する技術として、Application CDSGraalVM Native ImageによるAOTコンパイルなどがあります。

CRaC(Coordinated Restore at Checkpoint) は実行中のJavaアプリケーションの状態をスナップショットとして保存し、スナップショットからアプリケーションを復元することで起動を高速化する技術です。

今回はCRaCを用いてSpring Bootアプリケーションのスナップショットを作成し、スナップショットからアプリケーションを起動してみます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment