Commit ebfec448 authored by Daniel Bratell's avatar Daniel Bratell Committed by Commit Bot

Updating jumbo documentation.

The default chunk size is not 200 anymore, for a number of
months.

Change-Id: I8370e472628ddcf1c49bdc09d989bdadf3ea78b3
Reviewed-on: https://chromium-review.googlesource.com/946097
Commit-Queue: Daniel Bratell <bratell@opera.com>
Reviewed-by: default avatarJens Widell <jl@opera.com>
Cr-Commit-Position: refs/heads/master@{#540517}
parent c7fd77da
...@@ -51,10 +51,10 @@ source files. ...@@ -51,10 +51,10 @@ source files.
## Tuning ## Tuning
By default at most `200` files are merged at a time. The more files By default at most `50`, or `8` when using goma, files are merged at a
are merged, the less total CPU time is needed, but parallelism is time. The more files that are are merged, the less total CPU time is
reduced. This can be changed by setting `jumbo_file_merge_limit` to needed, but parallelism is reduced. This number can be changed by
something else than `200`. setting `jumbo_file_merge_limit`.
## Naming ## Naming
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment