Skip to content

Commit

Permalink
Merge branch 'rb/pack-window-memory-config-doc'
Browse files Browse the repository at this point in the history
* rb/pack-window-memory-config-doc:
  config.txt: pack.windowmemory limit applies per-thread
  • Loading branch information
Junio C Hamano committed Oct 29, 2014
2 parents 7654ca6 + f4694a8 commit e82935d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1856,10 +1856,11 @@ pack.depth::
maximum depth is given on the command line. Defaults to 50.

pack.windowMemory::
The window memory size limit used by linkgit:git-pack-objects[1]
when no limit is given on the command line. The value can be
suffixed with "k", "m", or "g". Defaults to 0, meaning no
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
set explicitly to 0), there will be no limit.

pack.compression::
An integer -1..9, indicating the compression level for objects
Expand Down

0 comments on commit e82935d

Please sign in to comment.