Skip to content

Commit 6cbe8d0

Browse files
author
Eyal Farago
committed
SPARK-3151: increase max heap size for forked tests.
1 parent 5a5c344 commit 6cbe8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ object TestSettings {
790790
javaOptions in Test ++= System.getProperties.asScala.filter(_._1.startsWith("spark"))
791791
.map { case (k,v) => s"-D$k=$v" }.toSeq,
792792
javaOptions in Test += "-ea",
793-
javaOptions in Test ++= "-Xmx3g -Xss4096k"
793+
javaOptions in Test ++= "-Xmx6g -Xss4096k"
794794
.split(" ").toSeq,
795795
javaOptions += "-Xmx3g",
796796
// Exclude tags defined in a system property

0 commit comments

Comments
 (0)