Questions tagged [criu]
2 questions
2
votes
2 answers
Transparently replace file mapping with anonymous
I am doing a checkpoint-and restore using CRIU; in turn after restore, my application wakes with some threads that have their stack mmaped into files on disk (CRIU doesn't do it by default, this is a custom optimization). Later on, I want to…

Radim Vansa
- 5,686
- 2
- 25
- 40
0
votes
0 answers
Docker checkpoint can't find crui after crui has been installed in WSL2
I am attempting to use docker checkpoint in my Ubuntu 18 WSL2 environment on a container that was started with docker compose.
The command I am using is docker checkpoint create --checkpoint-dir=./states main-1 statename.
The error I get back…

cookie-LGO
- 11
- 1