Skip to content

Commit b24a8db

Browse files
peffgitster
authored andcommitted
docs: update 64-bit core.packedGitLimit default
We bumped the default in be4ca29 (Increase core.packedGitLimit, 2017-04-20) but never adjusted the documentation to match. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent be4ca29 commit b24a8db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/config.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,8 @@ core.packedGitLimit::
662662
bytes at once to complete an operation it will unmap existing
663663
regions to reclaim virtual address space within the process.
664664
+
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.
666667
This should be reasonable for all users/operating systems, except on
667668
the largest projects. You probably do not need to adjust this value.
668669
+

0 commit comments

Comments
 (0)