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.

Warm pools are the recommended path for latency-sensitive workloads — VMs are booted and waiting before they are needed.

Runtime and Pressure Handling