Skip to content

Commit

Permalink
[HWKMETRICS-371] Increase memory and remove debug settings for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Mar 21, 2016
1 parent a0cb826 commit b268723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/hawkular-server-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<javaOpts>
<javaOpt>-server</javaOpt>
<javaOpt>-Xms64m</javaOpt>
<javaOpt>-Xmx512m</javaOpt>
<javaOpt>-Xmx1024m</javaOpt>
<javaOpt>-Djava.net.preferIPv4Stack=true</javaOpt>
<javaOpt>-Djava.awt.headless=true</javaOpt>
<javaOpt>-Djboss.bind.address=${hawkular.bind.address}</javaOpt>
Expand All @@ -233,7 +233,7 @@
<javaOpt>-Dhawkular.log=${hawkular.log}</javaOpt>
<javaOpt>-Dhawkular.backend=${hawkular.backend}</javaOpt>
<!--<javaOpt>-Xdebug</javaOpt>-->
<javaOpt>-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n</javaOpt>
<!--javaOpt>-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n</javaOpt-->
</javaOpts>
</configuration>
<executions>
Expand Down

0 comments on commit b268723

Please sign in to comment.