Skip to content

Instantly share code, notes, and snippets.

View Seros's full-sized avatar

Erik Müller Seros

  • Leipzig, Germany
View GitHub Profile
@radermacher
radermacher / GIT Memory Issue
Created November 13, 2012 10:10
GIT: If run into memory issue on server or local, reduce memory usage by
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