Created
November 6, 2016 09:36
-
-
Save rhcarvalho/de07a26358d245d7f5b50dc5a86164df to your computer and use it in GitHub Desktop.
Git config for large repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file represents part of the .git/config file for a given repository. | |
# The settings below allow git-pack-objects to work on large repositories (e.g., Kubernetes, OpenShift Origin, ...). | |
[core] | |
packedGitLimit = 4g | |
[pack] | |
windowMemory = 256m | |
# packSizeLimit = ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment