summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-26 21:09:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-06-26 21:09:30 (GMT)
commite25a76721ccc6049ec720e86707ec368574e8a71 (patch)
tree6538388b99ccf2c1d54ddbc4b242a69121ce9afa /Documentation/config.txt
parent5c83d850d076ebc00b149975981703a6a664892b (diff)
parentb24a8db14a5a94b5ca9de63eae28b8f01e3bc079 (diff)
downloadgit-e25a76721ccc6049ec720e86707ec368574e8a71.zip
git-e25a76721ccc6049ec720e86707ec368574e8a71.tar.gz
git-e25a76721ccc6049ec720e86707ec368574e8a71.tar.bz2
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
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 2845e8d..06898a7 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -686,7 +686,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.
+