Skip to content

All my processors jump to 100% when compiling #2894

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
IonicaBizau opened this issue Sep 16, 2015 · 2 comments
Closed

All my processors jump to 100% when compiling #2894

IonicaBizau opened this issue Sep 16, 2015 · 2 comments
Labels
question Issues that look for answers.

Comments

@IonicaBizau
Copy link
Contributor

image

Is it fine to happen so? I have 8 CPUs and all jumped to 100% after running make -j8

After finishing it looks like this:

image

@ChALkeR
Copy link
Member

ChALkeR commented Sep 16, 2015

That's because they are compiling. Yes, it's perfectly fine.
If you want to set the number of parallel processes to 6 (for example) use make -j6, but then the build process will take more time.

More info at make --help.

@ChALkeR ChALkeR closed this as completed Sep 16, 2015
@ChALkeR ChALkeR added the question Issues that look for answers. label Sep 16, 2015
@IonicaBizau
Copy link
Contributor Author

Oh, got it! Thanks. ❇️

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Issues that look for answers.
Projects
None yet
Development

No branches or pull requests

2 participants