File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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
1717gn 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
4141When 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
4749ninja -C out/Testing electron -j 200
You can’t perform that action at this time.
0 commit comments