You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/09/03 19:26:33 UTC

[iotdb] branch master updated: [IOTDB-1534] fix surefire ci by increasing memory (#3899)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c8dee24  [IOTDB-1534] fix surefire ci by increasing memory (#3899)
c8dee24 is described below

commit c8dee24b82e8b91017e7446b7ab6edfec698b64e
Author: Potato <TX...@gmail.com>
AuthorDate: Fri Sep 3 14:25:58 2021 -0500

    [IOTDB-1534] fix surefire ci by increasing memory (#3899)
---
 cluster/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

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