Replies: 1 comment 1 reply
-
I only have a system with the max of 16 cores, so I have no clue why it will not use all the cpu cores on an 80-core system. But for me, it uses all the available cpu cores. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have one question about debianl build. When I compile the linux kernel with the provided script, it seems that entire cores not 100% utilized.Compared to it, when I just do below, it fully utilize 80 cores all times.
I checked the rules files and it seems that it utilize CONCURRENCY_LEVEL, so I give CONCURRENCY_LEVEL=80 with fakeroot command in the script.
Based on the log file, it seems that -j80 has been passed, but when I do htop, it doesn't really utilize all cores for compilation
Beta Was this translation helpful? Give feedback.
All reactions