You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/05/29 03:03:41 UTC

[incubator-dolphinscheduler] branch dev-1.3.0 updated: add maven Xmx to 5g

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

lidongdai pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new 12dc18b  add maven Xmx to 5g
12dc18b is described below

commit 12dc18bbac6be65e5c60a4c74ec5999189114126
Author: dailidong <da...@gmail.com>
AuthorDate: Fri May 29 11:03:34 2020 +0800

    add maven Xmx to 5g
---
 .github/workflows/ci_ut.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml
index 55f1259..7ab6966 100644
--- a/.github/workflows/ci_ut.yml
+++ b/.github/workflows/ci_ut.yml
@@ -62,7 +62,7 @@ jobs:
           git fetch origin
       - name: Compile
         run: |
-          export MAVEN_OPTS='-Dmaven.repo.local=.m2/repository -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit -Xmx3g'
+          export MAVEN_OPTS='-Dmaven.repo.local=.m2/repository -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit -Xmx5g'
           mvn test -B -Dmaven.test.skip=false
       - name: Upload coverage report to codecov
         run: |