commit | 350d7731a8e87bfca87611a7e420ccd6320be4ab | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Thu Feb 29 17:15:32 2024 +0000 |
committer | Jiakai Zhang <jiakaiz@google.com> | Mon Mar 04 16:49:36 2024 +0000 |
tree | f8aa020adc47535a0c6a497d886db2ef2392b947 | |
parent | cbc7fb115858139ab793e8fd6c4accfe9357fd5a [diff] |
Change the default background dexopt concurrency to 4. This changes gives better utilization to have other dexopt tasks running when one task is blocked on non-parallelizable operations such as I/O and runtime initialization. Bug: 307231036 Change-Id: Icd8aa89af0c11dd5f9cba5f0e0671376611385cc Test: Presubmit