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

The number of concurrent drops (#24213)

上级 ce97c370
......@@ -300,7 +300,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.
先完成此消息的编辑!
想要评论请 注册