Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
#150, test: More memory for scripted test
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaschmidt committed Jun 19, 2016
1 parent 5dce5b5 commit ff7615b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lazy val plugin = (project in file("plugin"))
Seq(
"-Dproject.version=" + version.value,
"-Dscala.version=" + Scala11,
"-Xmx768M",
"-Xmx1024M",
"-XX:ReservedCodeCacheSize=256M"
)
},
Expand Down

0 comments on commit ff7615b

Please sign in to comment.