Skip to content

Commit 2d32e56

Browse files
committed
Fix surefire argLine and set memory configuration
1 parent 07e74ed commit 2d32e56

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

activemq-kahadb-store/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<name>ActiveMQ :: KahaDB Store</name>
3131
<description>The ActiveMQ KahaDB Store Implementation</description>
3232

33+
<properties>
34+
<surefire.argLine>-Xmx512M</surefire.argLine>
35+
</properties>
36+
3337
<dependencies>
3438

3539
<!-- =============================== -->

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,13 +968,12 @@
968968
<redirectTestOutputToFile>true</redirectTestOutputToFile>
969969
<forkCount>1</forkCount>
970970
<reuseForks>true</reuseForks>
971-
<argLine>-enableassertions</argLine>
972971
<failIfNoTests>false</failIfNoTests>
973972
<systemPropertyVariables>
974973
<java.awt.headless>true</java.awt.headless>
975974
<org.apache.activemq.kahaDB.files.skipMetadataUpdate>true</org.apache.activemq.kahaDB.files.skipMetadataUpdate>
976975
</systemPropertyVariables>
977-
<argLine>-Xmx512m</argLine>
976+
<argLine>-enableassertions -Xmx1G</argLine>
978977
</configuration>
979978
</plugin>
980979
<plugin>

0 commit comments

Comments
 (0)