logoalt Hacker News

mountainrivertoday at 5:03 PM1 replyview on HN

How does this compare to the CRIU work? Or does it use that under the hood?


Replies

za_mike157today at 5:25 PM

No we don't use it. CRIU is used for normal checkpoint/restore of Linux processes. Since we run GVisor for container isolation we use their checkpoint/restore support for the sandboxed process state.

Both approaches still need NVIDIA’s cuda-checkpoint for the GPU side, because CUDA/GPU memory and driver state are not something a normal process checkpointing tool can handle on its own.