|
|
|
|
|
by MarkSweep
947 days ago
|
|
If you are able to snapshot the state of the JIT, you can do the warming on a single node. The captured JIT state can then be deployed to other machines, saving them from spending time doing the warming. This increases the utilization of your machines. While this approach sounds like a convoluted way to do ahead of time compilation, I’ve seen it done. |
|