File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ object SparkBuild extends PomBuild {
206
206
fork := true ,
207
207
outputStrategy in run := Some (StdoutOutput ),
208
208
209
- javaOptions ++= Seq (" -Xmx2G" , " -XX:MaxPermSize=1g " ),
209
+ javaOptions ++= Seq (" -Xmx2G" , " -XX:MaxPermSize=256m " ),
210
210
211
211
sparkShell := {
212
212
(runMain in Compile ).toTask(" org.apache.spark.repl.Main -usejavacp" ).value
@@ -299,7 +299,7 @@ object SQL {
299
299
object Hive {
300
300
301
301
lazy val settings = Seq (
302
- javaOptions += " -XX:MaxPermSize=1g " ,
302
+ javaOptions += " -XX:MaxPermSize=256m " ,
303
303
// Specially disable assertions since some Hive tests fail them
304
304
javaOptions in Test := (javaOptions in Test ).value.filterNot(_ == " -ea" ),
305
305
// Multiple queries rely on the TestHive singleton. See comments there for more details.
You can’t perform that action at this time.
0 commit comments