fastfreeze icon indicating copy to clipboard operation
fastfreeze copied to clipboard

Turn-key solution to checkpoint/restore applications running in Linux containers

Results 7 fastfreeze issues
Sort by recently updated
recently updated
newest added

hi, I want to know what Linux distribution features fastfreeze depends on? For example, the CRIU depends on gcc, make, and protobuf. I can't use it in a distroless container...

In my tests I sometimes have trouble restoring a container because the pid is already taken. I'm not sure why this is happening since it looks like FF already tries...

I noticed that one of the limitations due to unprivileged checkpointing is: > Memory mapped files that have been deleted are not supported. Unfortunately, this appears to be a non-starter...

Hi there! Thanks for this awesome project, I'm excited to try it out. I noticed that fastfeeze runs into some errors on CentOS, Fedora, and Ubuntu-based Docker containers. Is this...

Hello, Our team has been using FastFreeze and encountered a performance issue in PID controlling; we would like to share our fix here for future FastFreeze users. We also suggest...

I could run app first time , then ı create checkpoint successfully at aws s3. but when I tried run another computer ı'm gettin error : ``` Error (criu/image.c:567): Can't...

Hi, fastfreeze is an amazing job! I am currently using fastfreeze to bootstrap the start-up of Java applications, however, I have found that during the restore process, the most time...