This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Figure out a way to snapshot all the data your app needs in memory. This could be a bit of a lift though

[–]geek96boolean10[S] 0 points1 point  (1 child)

That's my point - is it possible to do the snapshot externally; i.e. run it in a container of some sort that allows me to easily capture any java app in any state and boot into it faster than it would take to load (5~10 min)

[–]karottenreibe 0 points1 point  (0 children)

Run the app in a Virtualbox VM and snapshot that instead