Skip to content

Commit 130adaa

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ Example: Use up to 4 parallel threads to compile all modules:
144144
mill -j4 __.compile
145145
----
146146

147-
147+
You can also set Mill's parallelism to some multiple of the number of cores, e.g.
148+
`-j0.5C` to use half as many threads as cores, or `-j2C` to use twice as many threads as cores.
148149

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

0 commit comments

Comments
 (0)