Skip to content

Commit 376e097

Browse files
committed
Fix surefire argLine and set memory configuration
1 parent a37ad28 commit 376e097

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,13 +967,12 @@
967967
<redirectTestOutputToFile>true</redirectTestOutputToFile>
968968
<forkCount>1</forkCount>
969969
<reuseForks>true</reuseForks>
970-
<argLine>-enableassertions</argLine>
971970
<failIfNoTests>false</failIfNoTests>
972971
<systemPropertyVariables>
973972
<java.awt.headless>true</java.awt.headless>
974973
<org.apache.activemq.kahaDB.files.skipMetadataUpdate>true</org.apache.activemq.kahaDB.files.skipMetadataUpdate>
975974
</systemPropertyVariables>
976-
<argLine>-Xmx512m</argLine>
975+
<argLine>-enableassertions -Xmx4g -XX:MaxDirectMemorySize=4096m</argLine>
977976
</configuration>
978977
</plugin>
979978
<plugin>

0 commit comments

Comments
 (0)