Github user eyalfa commented on a diff in the pull request:
https://github.com/apache/spark/pull/18855#discussion_r132978316
--- Diff: project/SparkBuild.scala ---
@@ -790,7 +790,7 @@ object TestSettings {
javaOptions in Test ++=
System.getProperties.asScala.filter(_._1.startsWith("spark"))
.map { case (k,v) => s"-D$k=$v" }.toSeq,
javaOptions in Test += "-ea",
- javaOptions in Test ++= "-Xmx3g -Xss4096k"
+ javaOptions in Test ++= "-Xmx6g -Xss4096k"
--- End diff --
@cloud-fan , let's wait few hours and see what the other guys CCed for this
(the last ones to edit the build) have to say about this. if they are also
worried or do not comment I'll revert this.
I must say I'm reluctant to revert these tests as I personally believe that
lack of such tests contributed to spark's 2GB issues, including this one.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]