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

diagnostics 8gig speed and doc improvement #97

Closed
wants to merge 2 commits into from
Closed

diagnostics 8gig speed and doc improvement #97

wants to merge 2 commits into from

Commits on Sep 10, 2020

  1. Use a sparse file for the 8gig test on Windows

    This is a lot faster (twice as fast in my testing) since file creation
    is instantaneous, so it's only the tar-stream process that processes all
    8 gigabytes of data.
    
    Suggested by GitHub user @marosset while adding an integration test for
    this issue to Moby in moby/moby#41430
    
    Signed-off-by: Paul "Hampy" Hampson <[email protected]>
    Paul "Hampy" Hampson committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    56aee59 View commit details
    Browse the repository at this point in the history
  2. Add Windows-specific bug to 8gig diagnostic help

    This clarifies that there were _two_ 8gig bugs in Docker history, and
    the one affecting only Windows containers has not yet had a resolution
    released.
    
    Signed-off-by: Paul "Hampy" Hampson <[email protected]>
    Paul "Hampy" Hampson committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    087a584 View commit details
    Browse the repository at this point in the history