You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/04/12 12:14:47 UTC

[kyuubi] 01/04: Revert "[KYUUBI #4502] Reduce build concurency mvnd.minThreads in CI builds"

This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git

commit cbde82cfc47af8fe1fdc015e65303d072e89eaf2
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Wed Apr 12 20:07:54 2023 +0800

    Revert "[KYUUBI #4502] Reduce build concurency mvnd.minThreads in CI builds"
    
    This reverts commit 38cf59d47be8f6d1b45562259c9e6342215888de.
---
 build/mvnd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/mvnd b/build/mvnd
index 81a6f5c20..9af3429f3 100755
--- a/build/mvnd
+++ b/build/mvnd
@@ -25,7 +25,7 @@ _CALLING_DIR="$(pwd)"
 _COMPILE_JVM_OPTS="-Xms2g -Xmx2g -XX:ReservedCodeCacheSize=1g -Xss128m"
 
 if [ "$CI" ]; then
-  export MAVEN_CLI_OPTS="-Dmvnd.minThreads=4 --no-transfer-progress --errors --fail-fast -Dstyle.color=always"
+  export MAVEN_CLI_OPTS="-Dmvnd.minThreads=8 --no-transfer-progress --errors --fail-fast -Dstyle.color=always"
 fi
 
 # Installs any application tarball given a URL, the expected tarball name,