Skip to content

Instantly share code, notes, and snippets.

@rhcarvalho
Created November 6, 2016 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhcarvalho/de07a26358d245d7f5b50dc5a86164df to your computer and use it in GitHub Desktop.
Save rhcarvalho/de07a26358d245d7f5b50dc5a86164df to your computer and use it in GitHub Desktop.
Git config for large repositories
# 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