Glossary · Term

CRIU

← all terms

Definition

A Linux tool that takes a snapshot of a running program so you can pause it and bring it back later.

Checkpoint/Restore In Userspace, a Linux facility that serializes a running process tree (memory, file descriptors, sockets) to disk for later restoration, used as the durability path in DeltaBox-style checkpointing.

Also called: Checkpoint/Restore In Userspace

Mentioned in 1 episode

  1. 068
    The OS Trick That Makes Tree Search Practical for Coding Agents