Skip to content
Snippets Groups Projects
Commit b350f347 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Increase memory for tests to prevent a crash on JDK 7

parent 1057fccf
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ object SparkBuild extends Build {
// Fork new JVMs for tests and set Java options for those
fork := true,
javaOptions += "-Xmx2g",
javaOptions += "-Xmx2500m",
// Only allow one test at a time, even across projects, since they run in the same JVM
concurrentRestrictions in Global += Tags.limit(Tags.Test, 1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment