File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ base-name::
104
104
out of memory with a large window, but still be able to take
105
105
advantage of the large window for the smaller objects. The
106
106
size can be suffixed with "k", "m", or "g".
107
- `--window-memory=0` makes memory usage unlimited, which is the
108
- default .
107
+ `--window-memory=0` makes memory usage unlimited. The default
108
+ is taken from the `pack.windowMemory` configuration variable .
109
109
110
110
--max-pack-size=<n>::
111
111
Maximum size of each output pack file. The size can be suffixed with
Original file line number Diff line number Diff line change @@ -100,8 +100,10 @@ other objects in that pack they already have locally.
100
100
out of memory with a large window, but still be able to take
101
101
advantage of the large window for the smaller objects. The
102
102
size can be suffixed with "k", "m", or "g".
103
- `--window-memory=0` makes memory usage unlimited, which is the
104
- default.
103
+ `--window-memory=0` makes memory usage unlimited. The default
104
+ is taken from the `pack.windowMemory` configuration variable.
105
+ Note that the actual memory usage will be the limit multiplied
106
+ by the number of threads used by linkgit:git-pack-objects[1].
105
107
106
108
--max-pack-size=<n>::
107
109
Maximum size of each output pack file. The size can be suffixed with
You can’t perform that action at this time.
0 commit comments