You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 cost comes from writing images to files on disk (including uncompressing). For example, the total time of the restore process is 1.3 sec, but the I/O operation might take up 0.7 sec.
Since fastfreeze uses CRIU as the core engine, I noticed there is a page server option in CRIU to optimize the memory transfer process, but it only supports transferring page images on the fly. Considering fastfreeze would compress all the images generated by criu-image-streamer, I am wondering if fastfreeze supports CRIU page server function?
Also, I searched the source code of fastfreeze, there is an option called tcp_listen_remap which is not mentioned in the README doc now, could it be used to optimize the memory transfer process?
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 cost comes from writing images to files on disk (including uncompressing). For example, the total time of the restore process is 1.3 sec, but the I/O operation might take up 0.7 sec.
Since fastfreeze uses CRIU as the core engine, I noticed there is a
page server
option in CRIU to optimize the memory transfer process, but it only supports transferring page images on the fly. Considering fastfreeze would compress all the images generated by criu-image-streamer, I am wondering if fastfreeze supports CRIU page server function?Also, I searched the source code of fastfreeze, there is an option called
tcp_listen_remap
which is not mentioned in the README doc now, could it be used to optimize the memory transfer process?Thanks in advance!
The text was updated successfully, but these errors were encountered: