]> git.ipfire.org Git - thirdparty/git.git/commit
Increase packedGit{Limit,WindowSize} on 64 bit systems.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 5 Jan 2007 03:28:08 +0000 (22:28 -0500)
committerJunio C Hamano <junkio@cox.net>
Sat, 6 Jan 2007 18:34:56 +0000 (10:34 -0800)
commit22bac0ea528fd419cb833cab5de79a36fad91524
tree4a26b03c0af37b7a2a9dd1337944c813d0a98f61
parenteb92242f19e58de9c930220caf6bf1b83df54160
Increase packedGit{Limit,WindowSize} on 64 bit systems.

If we have a 64 bit address space we can easily afford to commit
a larger amount of virtual address space to pack file access.
So on these platforms we should increase the default settings of
core.packedGit{Limit,WindowSize} to something that will better
handle very large projects.

Thanks to Andy Whitcroft for pointing out that we can safely
increase these defaults on such systems.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
git-compat-util.h