Created
November 13, 2012 10:10
-
-
Save radermacher/4065004 to your computer and use it in GitHub Desktop.
GIT: If run into memory issue on server or local, reduce memory usage by
This file contains hidden or 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
git config core.packedGitWindowSize 16m | |
git config core.packedGitLimit 64m | |
git config pack.windowMemory 64m | |
git config pack.packSizeLimit 64m | |
git config pack.thread 1 | |
git config pack.deltaCacheSize 1m | |
# Source: http://uberspace.de/dokuwiki/development:git#ram-nutzung |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quite old but still valid. Was looking for this when searching for a solution of our Bitbucket DC server using too much memory and this did the trick. Whoever wants to follow the source link try https://web.archive.org/web/20121125102332/http://uberspace.de/dokuwiki/development:git#ram-nutzung