Hi Recently I am working on a project, we have use criu to dump the program. We find out the program will allocate a huge page but a lot of it are useless, but criu will dump all the page info which create a huge pages-img base on the program mem allocate. Is there anyway we can tell criu to dump only the used part of pages. Thanks Tong