未验证 提交 f77d0afc 编写于 作者: T tianshuo78520a 提交者: GitHub

Drop the number of concurrent compile (#23890)

上级 9242d72a
......@@ -296,7 +296,7 @@ function check_style() {
function build_base() {
if [ "$SYSTEM" == "Linux" ];then
if [ `nproc` -gt 16 ];then
parallel_number=$(expr `nproc` - 4)
parallel_number=$(expr `nproc` - 8)
else
parallel_number=`nproc`
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册