chaoyli commented on a change in pull request #331: Fix a compile issue
URL: https://github.com/apache/incubator-doris/pull/331#discussion_r234970019
 
 

 ##########
 File path: build.sh
 ##########
 @@ -35,7 +35,7 @@ export DORIS_HOME=${ROOT}
 
 . ${DORIS_HOME}/env.sh
 
-PARALLEL=8
+PARALLEL=$(nproc)
 
 Review comment:
   May be conservative when setting compile concurrency degree. Is PARALLEL = 
nproc/4 + 1 all right?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to