You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/08/17 16:53:13 UTC

[GitHub] [buildstream] abderrahim commented on issue #295: Speed up `bst build` command (particularly when workspaces are in use)

abderrahim commented on issue #295:
URL: https://github.com/apache/buildstream/issues/295#issuecomment-1218269722

   I seem to remember we discussed this with @mcatanzaro and finding out that the reason of the difference is that running `bst build` limits the number of parallel jobs to 8, while inside `bst shell` ninja uses its heuristic of (nproc + 1).
   
   At the time, there was no way to control the number of parallel jobs, but now we have `--max-jobs`. I think we can close this now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org