Chromium Code Reviews| Index: build/toolchain/concurrent_links.gni |
| diff --git a/build/toolchain/concurrent_links.gni b/build/toolchain/concurrent_links.gni |
| index 75d4932d5c524d07e8713a9db22dc4a2f965d5bd..dbd174257903591ccaefe5f0d51a0ad1eae9aa20 100644 |
| --- a/build/toolchain/concurrent_links.gni |
| +++ b/build/toolchain/concurrent_links.gni |
| @@ -28,6 +28,8 @@ if (concurrent_links == -1) { |
| _args = [ "--mem_per_link_gb=5" ] |
| } else if (is_mac) { |
| _args = [ "--mem_per_link_gb=4" ] |
| + } else if (is_android && !is_component_build) { |
| + _args = [ "--mem_per_link_gb=25" ] |
|
Dirk Pranke
2016/08/26 17:50:45
is this number correct for both debug and release?
boliu
2016/08/26 17:58:16
this was measured when I copied the config from th
|
| } else { |
| _args = [] |
| } |