You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2018/11/20 11:44:04 UTC

[GitHub] chaoyli commented on a change in pull request #331: Fix a compile issue

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org