Radostin Stoyanov

Results 163 comments of Radostin Stoyanov

@Parthiba-Hazra `/usr/libexec` is defined in the [Filesystem Hierarchy Standard (FHS)](https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard) as follows: > /usr/libexec includes internal binaries that are not intended to be executed directly by users or shell scripts....

> Any update on the annotation's name? Is this the final format - org.criu.checkpointctl.checkpoint.name? @Parthiba-Hazra If you open another pull request with the updated annotations, we can discuss the format...

> Any idea on this if I want to achieve lazy restore with streamer? Yes, CRIU currently does not support lazy-pages + image streaming. The implementation would require changes in...

> I was looking to implement a signal handler which, on SIGTERM, saves the latest checkpoint to S3. That way, resume happens from the exact point in time. Is this...

> We continue to support restoring TCP socket options from TcpStreamEntry and SkOptsEntry, but dumping TCP socket options to TcpOptsEntry in new versions of CRIU. @juntongdeng Could you please add...

> 1. allocate 2GB memory in a process > 2. fork() 19 times and put all processes to sleep @Tianyang-Zhang Would you be able to share an example code snippet...

> Describe the results you received: The system memory increase after the entire process tree is seized. Eventually the system memory usage increased to 40GB. > Describe the results you...

> the "forked memory" is marked as private in smaps, although its actually anonymous shared. Have you tried changing the following line in the example above? ```diff -void *ptr =...

It seems like this change was introduced with https://github.com/torvalds/linux/commit/17839856fd58 ``` If it turns out that we want finer granularity (ie "only break COW when it might actually matter" - things...