Parallel task limit issue on 80 core (2 CPU) system

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Parallel task limit issue on 80 core (2 CPU) system

1,320 次查看
cbl
Contributor V

Hello,

 
I have a system with 2 CPU 80 Core 256 GB RAM.

I am starting the Yocto build process with this system.

I set the necessary variables in the local.conf file. The variables I set are as follows.

BB_NUMBER_THREADS = "80"
BB_NUMBER_PARSE_THREADS = "80"
PARALLEL_MAKE = "-j 80"
PARALLEL_MAKEINST = "-j 80"

Despite this configuration, the number of compiled tasks cannot exceed 52. I wonder what is the reason for this?

Could you please support me on this issue?
 
Best regards.
0 项奖励
回复
1 回复

1,288 次查看
pengyong_zhang
NXP Employee
NXP Employee

HI @cbl 

After change local.conf, move to Yocto base dir and run command source setup-environment ./your_build_folder

0 项奖励
回复