document git-repack interaction of pack.threads and pack.windowMemory
Signed-off-by: Michael Stahl <mstahl@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
00f27feb6a
commit
954176c128
@ -104,8 +104,8 @@ base-name::
|
|||||||
out of memory with a large window, but still be able to take
|
out of memory with a large window, but still be able to take
|
||||||
advantage of the large window for the smaller objects. The
|
advantage of the large window for the smaller objects. The
|
||||||
size can be suffixed with "k", "m", or "g".
|
size can be suffixed with "k", "m", or "g".
|
||||||
`--window-memory=0` makes memory usage unlimited, which is the
|
`--window-memory=0` makes memory usage unlimited. The default
|
||||||
default.
|
is taken from the `pack.windowMemory` configuration variable.
|
||||||
|
|
||||||
--max-pack-size=<n>::
|
--max-pack-size=<n>::
|
||||||
Maximum size of each output pack file. The size can be suffixed with
|
Maximum size of each output pack file. The size can be suffixed with
|
||||||
|
@ -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
|
out of memory with a large window, but still be able to take
|
||||||
advantage of the large window for the smaller objects. The
|
advantage of the large window for the smaller objects. The
|
||||||
size can be suffixed with "k", "m", or "g".
|
size can be suffixed with "k", "m", or "g".
|
||||||
`--window-memory=0` makes memory usage unlimited, which is the
|
`--window-memory=0` makes memory usage unlimited. The default
|
||||||
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>::
|
--max-pack-size=<n>::
|
||||||
Maximum size of each output pack file. The size can be suffixed with
|
Maximum size of each output pack file. The size can be suffixed with
|
||||||
|
Loading…
Reference in New Issue
Block a user