Skip to content

Commit e82935d

Browse files
committed
Merge branch 'rb/pack-window-memory-config-doc'
* rb/pack-window-memory-config-doc: config.txt: pack.windowmemory limit applies per-thread
2 parents 7654ca6 + f4694a8 commit e82935d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Documentation/config.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,10 +1856,11 @@ pack.depth::
18561856
maximum depth is given on the command line. Defaults to 50.
18571857

18581858
pack.windowMemory::
1859-
The window memory size limit used by linkgit:git-pack-objects[1]
1860-
when no limit is given on the command line. The value can be
1861-
suffixed with "k", "m", or "g". Defaults to 0, meaning no
1862-
limit.
1859+
The maximum size of memory that is consumed by each thread
1860+
in linkgit:git-pack-objects[1] for pack window memory when
1861+
no limit is given on the command line. The value can be
1862+
suffixed with "k", "m", or "g". When left unconfigured (or
1863+
set explicitly to 0), there will be no limit.
18631864

18641865
pack.compression::
18651866
An integer -1..9, indicating the compression level for objects

0 commit comments

Comments
 (0)