Replies: 1 comment
-
What are you using to build? Setuptools is single core, for example, while modern build systems like scikit-build-core and meson-python run in parallel. You can hack setuptools to be multicore if you have to, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
So... Been using it for a few hours and it seems REALLY slow. I've got a 16 core machine, yet, watching top is showing qemu running with 1 core. I've tried setting CPU_CORES so qemu to see but that didn't work.
What are my options to give it more power? If qemu is using one CPU, should this parallelize the builds?
Build log
No response
CI config
No response
Beta Was this translation helpful? Give feedback.
All reactions