Skip to content

Commit a3a9457

Browse files
authored
Update flags.adoc
1 parent 130adaa commit a3a9457

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/modules/ROOT/pages/cli/flags.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ mill -j4 __.compile
146146

147147
You can also set Mill's parallelism to some multiple of the number of cores, e.g.
148148
`-j0.5C` to use half as many threads as cores, or `-j2C` to use twice as many threads as cores.
149+
These can be useful as xref:_repo_level_mill_options[] to configure an appropriate level
150+
of parallelism that scales based on the number of cores available (which might differ
151+
between e.g. developer laptops and CI machines)
149152

150153
Every `mill` run generates an output file in `out/mill-chrome-profile.json` that can be
151154
loaded into the Chrome browser's `chrome://tracing` page for visualization.

0 commit comments

Comments
 (0)