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

[master] Update Git, drop MIDX writes #1421

Merged
merged 2 commits into from
Aug 7, 2019

Commits on Aug 6, 2019

  1. Update Git to fix slow commit-graph writes

    See microsoft/git#168 for full details.
    
    Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
    derrickstolee committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    7ccdedc View commit details
    Browse the repository at this point in the history
  2. PostFetchJob: stop writing multi-pack-index

    The multi-pack-index write is taking a lot of memory. Instead of
    writing it with every prefetch (every hour) let's write it during
    the packfile maintenance step (once a day).
    
    This will lead to a few packs not covered by the multi-pack-index
    between runs, but that will not be a huge loss to
    performance.
    
    Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
    derrickstolee committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    d352d58 View commit details
    Browse the repository at this point in the history