Test: write heap dump per default

The heap dump is always interesting in case a test causes an OOM.
Per default is is written to target/JX/pidXYZ.hprof
This commit is contained in:
Britta Weber 2014-08-21 13:19:44 +02:00
parent 2f9eaae863
commit 5bfd75e489
1 changed files with 1 additions and 0 deletions

View File

@ -475,6 +475,7 @@
<param>-XX:MaxPermSize=128m</param>
<param>-XX:MaxDirectMemorySize=512m</param>
<param>-Des.logger.prefix=</param>
<param>-XX:+HeapDumpOnOutOfMemoryError</param>
</jvmArgs>
<shuffleOnSlave>${tests.shuffle}</shuffleOnSlave>
<sysouts>${tests.verbose}</sysouts>