We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130adaa commit a3a9457Copy full SHA for a3a9457
docs/modules/ROOT/pages/cli/flags.adoc
@@ -146,6 +146,9 @@ mill -j4 __.compile
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
+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)
152
153
Every `mill` run generates an output file in `out/mill-chrome-profile.json` that can be
154
loaded into the Chrome browser's `chrome://tracing` page for visualization.
0 commit comments