Skip to content
Discussion options

You must be logged in to vote

Overriding HOMEBREW_MAKE_JOBS does work for me when building cmake. Try setting it to 1 and you should observe that the build becomes de-parallelized.

Note that having HOMEBREW_MAKE_JOBS set to 12 means that 12 jobs are run concurrently, so all of your 12 cores will be busy building cmake. If you have other ongoing tasks, the slowness is sort of expected. If that's not desired, please adjust it to a lower value.

Can homebrew itself figure out sane default values?

If Homebrew doesn't use all cores, one can also complain like: "Why is Homebrew not using all my CPU cores even when my computer is idle? That makes it slow!" The choice is yours: set HOMEBREW_MAKE_JOBS to whatever value that s…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@denilsonsa
Comment options

@ZhongRuoyu
Comment options

Answer selected by p-linnane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants