Skip to content

Parallel builds

dkjs accepts the same -j / --jobs option as dk1, which dk0 rejects. It caps the number of external processes (child_process.spawn leaves) that run at once. Unlike dk1, whose default is the detected CPU count, dkjs defaults to -j 1 (fully serial); pass a higher -j to overlap independent external steps. The option semantics are otherwise identical to Parallel builds.