Skip to content

Commit e25a767

Browse files
committed
Merge branch 'dt/raise-core-packed-git-limit'
Doc update for a topic already in 'master'. * dt/raise-core-packed-git-limit: docs: update 64-bit core.packedGitLimit default
2 parents 5c83d85 + b24a8db commit e25a767

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/config.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,8 @@ core.packedGitLimit::
686686
bytes at once to complete an operation it will unmap existing
687687
regions to reclaim virtual address space within the process.
688688
+
689-
Default is 256 MiB on 32 bit platforms and 8 GiB on 64 bit platforms.
689+
Default is 256 MiB on 32 bit platforms and 32 TiB (effectively
690+
unlimited) on 64 bit platforms.
690691
This should be reasonable for all users/operating systems, except on
691692
the largest projects. You probably do not need to adjust this value.
692693
+

0 commit comments

Comments
 (0)