busbey commented on a change in pull request #1158: HBASE-23823 Run maven with
more than default single thread (--threads…
URL: https://github.com/apache/hbase/pull/1158#discussion_r377290392
##########
File path: dev-support/jenkins-scripts/generate-hbase-website.sh
##########
@@ -120,6 +120,7 @@ if [ -z "${MAVEN_HOME}" ]; then
export PATH="${MAVEN_HOME}/bin:${PATH}"
fi
export MAVEN_OPTS="${MAVEN_OPTS} -Dmaven.repo.local=${local_repo}"
+export MAVEN_ARGS="--threads=0.5C ${MAVEN_ARGS}"
Review comment:
trying to optimize the website build at the same time as the precommit /
nightly tests feels overloaded to me. How are we going to test this change?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services