Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't dump pages which only contain zero bytes #2331

Open
wants to merge 1 commit into
base: criu-dev
Choose a base branch
from

Commits on Jan 24, 2024

  1. Don't dump pages which only contain zero bytes

    Introduces a new command line option '--skip-zero-bytes'
    which detects pages which only contain zero bytes and
    prohibits that they get dumped in the processes image file.
    It is a potentially expensive operation because it checks for
    every single process page if it contains only zeros, but
    it can significantly decrease the image size and improve the
    startup-time if many such pages exist. It effectively
    replaces such pages which the kernel's zero-page on restore.
    
    Signed-off-by: Volker Simonis <[email protected]>
    simonis committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b23ad22 View commit details
    Browse the repository at this point in the history