summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-06-21 13:51:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-06-21 16:39:57 (GMT)
commitb24a8db14a5a94b5ca9de63eae28b8f01e3bc079 (patch)
treed721db2d74ccfd5476a697b7a85f30e37bbf20ec /Documentation/config.txt
parentbe4ca290570f9173db64ea1f925b5b3831c6efed (diff)
downloadgit-b24a8db14a5a94b5ca9de63eae28b8f01e3bc079.zip
git-b24a8db14a5a94b5ca9de63eae28b8f01e3bc079.tar.gz
git-b24a8db14a5a94b5ca9de63eae28b8f01e3bc079.tar.bz2
docs: update 64-bit core.packedGitLimit default
We bumped the default in be4ca2905 (Increase core.packedGitLimit, 2017-04-20) but never adjusted the documentation to match. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 475e874..3455412 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -662,7 +662,8 @@ core.packedGitLimit::
bytes at once to complete an operation it will unmap existing
regions to reclaim virtual address space within the process.
+
-Default is 256 MiB on 32 bit platforms and 8 GiB on 64 bit platforms.
+Default is 256 MiB on 32 bit platforms and 32 TiB (effectively
+unlimited) on 64 bit platforms.
This should be reasonable for all users/operating systems, except on
the largest projects. You probably do not need to adjust this value.
+