Closed jlisee closed 2 years ago
This tells the executor doing the indexing the maximum number of threads it can use instead of auto-detecting it.
TODO run the tool with --jobs=1 and --jobs=4 and verify concurrency level.
--jobs=1
--jobs=4
I've created a PR cherry-picking this and making some minor tweaks. https://github.com/sourcegraph/lsif-clang/pull/81
This tells the executor doing the indexing the maximum number of threads it can use instead of auto-detecting it.
Test plan
TODO run the tool with
--jobs=1
and--jobs=4
and verify concurrency level.