We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5c344 commit 6cbe8d0Copy full SHA for 6cbe8d0
project/SparkBuild.scala
@@ -790,7 +790,7 @@ object TestSettings {
790
javaOptions in Test ++= System.getProperties.asScala.filter(_._1.startsWith("spark"))
791
.map { case (k,v) => s"-D$k=$v" }.toSeq,
792
javaOptions in Test += "-ea",
793
- javaOptions in Test ++= "-Xmx3g -Xss4096k"
+ javaOptions in Test ++= "-Xmx6g -Xss4096k"
794
.split(" ").toSeq,
795
javaOptions += "-Xmx3g",
796
// Exclude tags defined in a system property
0 commit comments