Skip to content

Commit

Permalink
Bump memory to JMH controller process.
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Apr 16, 2015
1 parent a46d5f8 commit 637d3d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ javaOptions in run ++= {
javaOptions in run ++= Seq(
s"-Djmh.jfr.saveTo=${target.value}",
"-XX:+UnlockDiagnosticVMOptions",
"-XX:+DebugNonSafepoints"
"-XX:+DebugNonSafepoints",
"-Xmx2G"
)

sources in Compile := {
Expand Down

0 comments on commit 637d3d8

Please sign in to comment.