Skip to content

Commit 80a037d

Browse files
chore: update goma documentation (electron#21761)
1 parent fa42b59 commit 80a037d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/development/goma.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on authentication.
99

1010
## Enabling Goma
1111

12-
Currently Electron Goma supports both Windows and Linux, we may add macOS
13-
support at some point in the future. If you are on a supported platform
14-
you can enable goma by importing the `goma.gn` config file when using `gn`.
12+
Currently Electron Goma supports Windows, Linux, and macOS. If you are
13+
on a supported platform you can enable goma by importing the `goma.gn` config
14+
file when using `gn`.
1515

1616
```bash
1717
gn gen out/Testing --args="import(\"//electron/build/args/testing.gn\") import(\"//electron/build/args/goma.gn\")"
@@ -39,9 +39,11 @@ goma_ctl.py ensure_start
3939
## Building with Goma
4040

4141
When you are using Goma you can run `ninja` with a substantially higher `j`
42-
value than would normally be supported by your machine. Please do not set
43-
a value higher than **300**, we monitor the goma system and users found to
44-
be abusing it with unreasonable concurrency will be de-activated.
42+
value than would normally be supported by your machine.
43+
44+
Please do not set a value higher than **300** on Windows or Linux and
45+
**80** on macOS, we monitor the goma system and users found to be abusing
46+
it with unreasonable concurrency will be de-activated.
4547

4648
```bash
4749
ninja -C out/Testing electron -j 200

0 commit comments

Comments
 (0)