We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7654ca6 + f4694a8 commit e82935dCopy full SHA for e82935d
1 file changed
Documentation/config.txt
@@ -1856,10 +1856,11 @@ pack.depth::
1856
maximum depth is given on the command line. Defaults to 50.
1857
1858
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.
+ The maximum size of memory that is consumed by each thread
+ in linkgit:git-pack-objects[1] for pack window memory when
+ no limit is given on the command line. The value can be
+ suffixed with "k", "m", or "g". When left unconfigured (or
1863
+ set explicitly to 0), there will be no limit.
1864
1865
pack.compression::
1866
An integer -1..9, indicating the compression level for objects
0 commit comments