srowen 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_r244640621
##########
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:
@felixcheung Let me try 4G or 5G. I think I just doubled it and it worked so
I left it, but may not be necessary to make it that big.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]