author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 5 Jan 2007 03:28:08 +0000 (22:28 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 6 Jan 2007 18:34:56 +0000 (10:34 -0800) | ||
commit | 22bac0ea528fd419cb833cab5de79a36fad91524 | |
tree | 4a26b03c0af37b7a2a9dd1337944c813d0a98f61 | tree | snapshot |
parent | eb92242f19e58de9c930220caf6bf1b83df54160 | commit | diff |
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>
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 | diff | blob | history | |
git-compat-util.h | diff | blob | history |