Skip to content

Instantly share code, notes, and snippets.

@malud
Created November 3, 2014 09:59
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 malud/5ff690fd2debe2413eae to your computer and use it in GitHub Desktop.
Save malud/5ff690fd2debe2413eae to your computer and use it in GitHub Desktop.
Git gc configuration / preventing high cpu / memory load with git svn repositories
[pack]
windowMemory = 16m
threads = 1
depth = 1
deltaCacheSize = 1
packSizeLimit = 128m
[core]
packedGitWindowSize = 1m
packedGitLimit = 256m
@malud
Copy link
Author

malud commented Nov 4, 2014

or
git config --global gc.auto 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment