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>
Jeff King committed
Jun 21, 2017 at 09:51 UTC
b24a8db14a5a94b5ca9de63eae28b8f01e3bc079
1 file changed
+2
-1
Documentation/config.txt
+2
-1
@@ -662,7 +662,8 @@ core.packedGitLimit::
662
bytes at once to complete an operation it will unmap existing
663
regions to reclaim virtual address space within the process.
664
+
665
-Default is 256 MiB on 32 bit platforms and 8 GiB on 64 bit platforms.
665
+Default is 256 MiB on 32 bit platforms and 32 TiB (effectively
666
+unlimited) on 64 bit platforms.
667
This should be reasonable for all users/operating systems, except on
668
the largest projects. You probably do not need to adjust this value.
669
+