Skip to content

Commit 5c09a95

Browse files
The number of concurrent drops (#24213)
1 parent ce97c37 commit 5c09a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function check_style() {
300300
function build_base() {
301301
if [ "$SYSTEM" == "Linux" ];then
302302
if [ `nproc` -gt 16 ];then
303-
parallel_number=$(expr `nproc` - 4)
303+
parallel_number=$(expr `nproc` - 8)
304304
else
305305
parallel_number=`nproc`
306306
fi

0 commit comments

Comments
 (0)