paul8263 commented on code in PR #6489:
URL: https://github.com/apache/hudi/pull/6489#discussion_r969218836


##########
pom.xml:
##########
@@ -182,7 +182,7 @@
     <spark.bundle.hive.shade.prefix/>
     <utilities.bundle.hive.scope>provided</utilities.bundle.hive.scope>
     <utilities.bundle.hive.shade.prefix/>
-    <argLine>-Xmx2g</argLine>
+    <argLine>-Xms4g -Xmx4g</argLine>

Review Comment:
   I will restore this config and try to run again.
   
   Previously it may lead JVM for maven surefire to crash with no specific 
reason. Incresing the JVM heap memory can alleviate this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to