Skip to content

Commit

Permalink
Merge pull request playframework#416 from diegopl/nbjvmmemory
Browse files Browse the repository at this point in the history
Add jvm.memory to parameters for nb run targets
  • Loading branch information
pepite committed May 10, 2012
2 parents 79ff91c + b5e065a commit 6084047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.port},server=y,suspend=n"/>
<jvmarg value="${profiler.info.jvmargs.agent}"/>
<jvmarg value="${jvm.memory}"/>
</java>
</target>

Expand All @@ -177,6 +178,7 @@
<jvmarg value="-javaagent:${basedir}/play-${version}.jar" />
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.port},server=y,suspend=n"/>
<jvmarg value="${jvm.memory}"/>
</java>
</target>

Expand Down

0 comments on commit 6084047

Please sign in to comment.