Skip to content

Commit b350f34

Browse files
committed
Increase memory for tests to prevent a crash on JDK 7
1 parent 1057fcc commit b350f34

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
@@ -54,7 +54,7 @@ object SparkBuild extends Build {
5454

5555
// Fork new JVMs for tests and set Java options for those
5656
fork := true,
57-
javaOptions += "-Xmx2g",
57+
javaOptions += "-Xmx2500m",
5858

5959
// Only allow one test at a time, even across projects, since they run in the same JVM
6060
concurrentRestrictions in Global += Tags.limit(Tags.Test, 1),

0 commit comments

Comments
 (0)