Skip to content

Lifecycle

IMP provides snapshot-based lifecycle primitives for save/restore and fast VM provisioning.

Sections

Concepts

  • ImpVMSnapshot: captures a running VM's memory and disk state. Supports one-shot and scheduled recurring captures.
  • ImpWarmPool: keeps a pool of pre-booted VMs ready for instant assignment. Pool members boot from an elected snapshot base.

For latency-sensitive workloads, use warm pools. VMs boot from a snapshot and wait for assignment.

Runtime and Pressure Handling