Drop the number of concurrent compile (#23890)

revert-22778-infer_var_type
tianshuo78520a 6 years ago committed by GitHub
parent 9242d72a69
commit f77d0afc15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save