You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2019/10/28 23:25:14 UTC

[incubator-hudi] branch master updated: [MINOR] Fix vm crashes (#979)

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

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new ef5001e  [MINOR] Fix vm crashes (#979)
ef5001e is described below

commit ef5001e432c12a2812d5a2e48621e9845666c3d1
Author: leesf <49...@qq.com>
AuthorDate: Tue Oct 29 07:25:07 2019 +0800

    [MINOR] Fix vm crashes (#979)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e20b844..cb3566a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,6 +244,7 @@
           <excludes>
             <exclude>**/IT*.java</exclude>
           </excludes>
+          <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
         </configuration>
       </plugin>
     </plugins>