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 <[email protected]>
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>

Reply via email to