summaryrefslogtreecommitdiffstats
path: root/git-repack.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-08-12 12:42:26 -0700
committerJunio C Hamano <gitster@pobox.com>2016-08-12 12:42:26 -0700
commit0f1d17c87dc6168bc1321ea1c38a45583f99508d (patch)
treea4dfbd3039ca54494f874a9298d2f4822b2048d8 /git-repack.txt
parentaf182946f079a91cbb0a29e282aa9c23db0f0456 (diff)
downloadgit-htmldocs-0f1d17c87dc6168bc1321ea1c38a45583f99508d.tar.gz
Autogenerated HTML docs for v2.9.3-599-g2376d
Diffstat (limited to 'git-repack.txt')
-rw-r--r--git-repack.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-repack.txt b/git-repack.txt
index c5975234f..26afe6ed5 100644
--- a/git-repack.txt
+++ b/git-repack.txt
@@ -100,8 +100,10 @@ other objects in that pack they already have locally.
out of memory with a large window, but still be able to take
advantage of the large window for the smaller objects. The
size can be suffixed with "k", "m", or "g".
- `--window-memory=0` makes memory usage unlimited, which is the
- default.
+ `--window-memory=0` makes memory usage unlimited. The default
+ is taken from the `pack.windowMemory` configuration variable.
+ Note that the actual memory usage will be the limit multiplied
+ by the number of threads used by linkgit:git-pack-objects[1].
--max-pack-size=<n>::
Maximum size of each output pack file. The size can be suffixed with