Skip to content

Commit

Permalink
activated HeapDumpOnOutOfMemoryError
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Apr 17, 2015
1 parent 83095ee commit bc93805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,19 +227,19 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14.1</version>
<configuration>
<argLine>-Xmx768M</argLine>
<argLine>-Xmx768M -XX:+HeapDumpOnOutOfMemoryError</argLine>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<reuseForks>true</reuseForks>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.14.1</version>
<configuration>
<argLine>-Xmx768M</argLine>
<argLine>-Xmx768M -XX:+HeapDumpOnOutOfMemoryError</argLine>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<reuseForks>true</reuseForks>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit bc93805

Please sign in to comment.