n3nash commented on a change in pull request #1298: [HUDI-587] Fixed generation 
of jacoco coverage reports.
URL: https://github.com/apache/incubator-hudi/pull/1298#discussion_r374442872
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -113,6 +113,7 @@
     <spark.bundle.hive.shade.prefix></spark.bundle.hive.shade.prefix>
     <utilities.bundle.hive.scope>provided</utilities.bundle.hive.scope>
     <utilities.bundle.hive.shade.prefix></utilities.bundle.hive.shade.prefix>
+    <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
 
 Review comment:
   @prashantwason this has a side effect of making the builds run slower. The 
reason is that when a build is submitted in travis, it needs to wait for 
resources to be available for the build to get triggered. My understanding is 
that if we ask for a larger JVM for non-IntegrationTest modules as well, this 
will make the process slower.
   How much more memory is required for the coverage report ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to