You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2021/09/04 04:52:56 UTC

[iotdb] branch fix_surefire_ci created (now a207247)

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

tanxinyu pushed a change to branch fix_surefire_ci
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at a207247  try to fix surefire ci

This branch includes the following new commits:

     new a207247  try to fix surefire ci

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: try to fix surefire ci

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tanxinyu pushed a commit to branch fix_surefire_ci
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit a2072473d888e9ba1695ce735ce3b86aa0cab6ac
Author: LebronAl <TX...@gmail.com>
AuthorDate: Sat Sep 4 12:54:18 2021 +0800

    try to fix surefire ci
---
 cluster/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cluster/pom.xml b/cluster/pom.xml
index ff950d0..8df52bc 100644
--- a/cluster/pom.xml
+++ b/cluster/pom.xml
@@ -178,6 +178,7 @@
                 <configuration>
                     <skipTests>${cluster.ut.skip}</skipTests>
                     <forkMode>pertest</forkMode>
+                    <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
                 </configuration>
             </plugin>
             <plugin>