Skip to content

Commit

Permalink
increase memory for scripted test to fix travis-ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bernardo committed Jul 8, 2014
1 parent 6e7e595 commit 20b1463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ publishMavenStyle := true
scriptedSettings

scriptedLaunchOpts ++= Seq(
"-Xmx1024M",
"-XX:MaxPermSize=256M",
"-Xmx2048M",
"-XX:MaxPermSize=512M",
s"-Dproject.version=${version.value}"
)

Expand Down

0 comments on commit 20b1463

Please sign in to comment.