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 1057fcc commit b350f34Copy full SHA for b350f34
project/SparkBuild.scala
@@ -54,7 +54,7 @@ object SparkBuild extends Build {
54
55
// Fork new JVMs for tests and set Java options for those
56
fork := true,
57
- javaOptions += "-Xmx2g",
+ javaOptions += "-Xmx2500m",
58
59
// Only allow one test at a time, even across projects, since they run in the same JVM
60
concurrentRestrictions in Global += Tags.limit(Tags.Test, 1),
0 commit comments