question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make the install process use more than 1 core

See original GitHub issue

I was installing this on a Pi (took 40mins) and it looked like only a single core was used to do the compile, as one of them was stuck at 100%. Is it possible to determine the amount of cores available and do the make -jX thing to increase the amount of cores used for the compile process?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
scodercommented, Oct 13, 2017

Parallel build is enabled with -j in Py3.5+ since 1c4f32b93570b41de3c8028711549a32e15b31f1

0reactions
scodercommented, Mar 13, 2019

Sure – install it from a wheel.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Manually Allocate CPU Cores to a Program on ...
So, open Task Manager by right-clicking on the Windows 10 taskbar and selecting Task Manager. Then navigate to the process that you want...
Read more >
How to limit a process to a single CPU core? - Super User
Press Ctrl + Shift + Esc to get open Task Manager. Click on the Processes tab. Find the process that needs its processor...
Read more >
How To Allocate Processor Cores To A Program In Windows 10
Windows 10 has a lot of options that you can tweak for better performance. Windows 10's Processor Affinity and Processor Priority features ...
Read more >
Assign specific processor cores for certain apps in Windows 10
In Windows 10 and under an administrative account you can specify which cores (of your presumably multi-core processor) gets used for explicit ...
Read more >
How to Designate CPU Usage - Small Business - Chron.com
In addition, some older programs work better when they use only one core, instead of the full amount of cores your CPU offers....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found