File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1856,10 +1856,11 @@ pack.depth::
18561856 maximum depth is given on the command line. Defaults to 50.
18571857
18581858pack.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
18641865pack.compression::
18651866 An integer -1..9, indicating the compression level for objects
You can’t perform that action at this time.
0 commit comments