We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46c731 commit 130adaaCopy full SHA for 130adaa
docs/modules/ROOT/pages/cli/flags.adoc
@@ -144,7 +144,8 @@ Example: Use up to 4 parallel threads to compile all modules:
144
mill -j4 __.compile
145
----
146
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.
149
150
Every `mill` run generates an output file in `out/mill-chrome-profile.json` that can be
151
loaded into the Chrome browser's `chrome://tracing` page for visualization.
0 commit comments