Skip to content

Commit

Permalink
Fix an error in javaOptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalohlava committed Feb 14, 2014
1 parent 8dd4168 commit ad97b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ connectInput in run := true

outputStrategy in run := Some(StdoutOutput)

javaOptions in run += "-Xmx4g -Xms4g"
javaOptions in run ++= Seq("-Xmx4g", "-Xms4g")

// EclipseKeys.withSource := true
//javaOptions in run += "-Xdebug"
Expand Down

0 comments on commit ad97b1c

Please sign in to comment.