zhztheplayer commented on code in PR #6426:
URL: https://github.com/apache/incubator-gluten/pull/6426#discussion_r1675408255
##########
dev/build_arrow.sh:
##########
@@ -70,7 +70,8 @@ function build_arrow_java() {
mvn clean install -pl bom,maven/module-info-compiler-maven-plugin,vector
-am \
-DskipTests -Drat.skip -Dmaven.gitcommitid.skip -Dcheckstyle.skip
-Dassembly.skipAssembly
-
+
+ export CMAKE_BUILD_PARALLEL_LEVEL=112
Review Comment:
Can we use `nproc` or some command to obtain a proper parallelism number?
`112` is a magic number.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]