You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2018/12/31 16:39:22 UTC

[GitHub] hvanhovell commented on a change in pull request #23419: [SPARK-26507][CORE] Fix core tests for Java 11

hvanhovell commented on a change in pull request #23419: [SPARK-26507][CORE] Fix core tests for Java 11
URL: https://github.com/apache/spark/pull/23419#discussion_r244600685
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -2113,7 +2115,7 @@
               <include>**/*Suite.java</include>
             </includes>
             <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
-            <argLine>-ea -Xmx3g -Xss4m -XX:ReservedCodeCacheSize=${CodeCacheSize}</argLine>
+            <argLine>-ea -Xmx6g -Xss4m -XX:ReservedCodeCacheSize=${CodeCacheSize}</argLine>
 
 Review comment:
   It would be good to know what changed. Do you have an idea?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org