build: ninja count should be 2*cores + 2 (#19852)
This commit is contained in:
parent
3f49f984e6
commit
674779899e
1 changed files with 2 additions and 2 deletions
|
@ -91,13 +91,13 @@ env-linux-medium: &env-linux-medium
|
||||||
NUMBER_OF_NINJA_PROCESSES: 3
|
NUMBER_OF_NINJA_PROCESSES: 3
|
||||||
|
|
||||||
env-linux-2xlarge: &env-linux-2xlarge
|
env-linux-2xlarge: &env-linux-2xlarge
|
||||||
NUMBER_OF_NINJA_PROCESSES: 18
|
NUMBER_OF_NINJA_PROCESSES: 34
|
||||||
|
|
||||||
env-machine-mac: &env-machine-mac
|
env-machine-mac: &env-machine-mac
|
||||||
NUMBER_OF_NINJA_PROCESSES: 6
|
NUMBER_OF_NINJA_PROCESSES: 6
|
||||||
|
|
||||||
env-mac-large: &env-mac-large
|
env-mac-large: &env-mac-large
|
||||||
NUMBER_OF_NINJA_PROCESSES: 10
|
NUMBER_OF_NINJA_PROCESSES: 18
|
||||||
|
|
||||||
env-disable-crash-reporter-tests: &env-disable-crash-reporter-tests
|
env-disable-crash-reporter-tests: &env-disable-crash-reporter-tests
|
||||||
DISABLE_CRASH_REPORTER_TESTS: true
|
DISABLE_CRASH_REPORTER_TESTS: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue