Set MaxDirectMemorySize for tests to have consistent upper bounds

This commit is contained in:
Simon Willnauer 2013-11-07 09:44:19 +01:00
parent 021aa09614
commit c946a69e28
1 changed files with 1 additions and 0 deletions

View File

@ -367,6 +367,7 @@
</excludes>
<jvmArgs>
<param>-Xmx512m</param>
<param>-XX:MaxDirectMemorySize=512m</param>
<param>-Des.logger.prefix=</param>
</jvmArgs>
<shuffleOnSlave>${tests.shuffle}</shuffleOnSlave>