-
-
Save ctcherry/438bf9b62ab5a83a3f842a912fd895a3 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 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 --global core.packedGitWindowSize 16m | |
git config --global core.packedGitLimit 64m | |
git config --global pack.windowMemory 64m | |
git config --global pack.packSizeLimit 64m | |
git config --global pack.thread 1 | |
git config --global 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