[Bug]: Kernel make
uses higher CPU count than available
#6907
Labels
Bug
Something isn't working as it should
make
uses higher CPU count than available
#6907
What happened?
Running any kernel compile with the option
SHOW_COMMAND=yes
reveals that it it usingmake '-j24'
on my machine which only has 16 CPU cores. It should run withmake '-j16'
.echo $(nproc)
result is 16.I don't think there is a performance penalty necessarily, but still something is odd.
How to reproduce?
./compile.sh BOARD=nanopi-r6c BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=no EXPERT=yes KERNEL_CONFIGURE=no RELEASE=trixie SHOW_COMMAND=yes
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 24.04 Noble
Are you building on Windows WSL2?
Relevant log URL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: