We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37ad28 commit 376e097Copy full SHA for 376e097
pom.xml
@@ -967,13 +967,12 @@
967
<redirectTestOutputToFile>true</redirectTestOutputToFile>
968
<forkCount>1</forkCount>
969
<reuseForks>true</reuseForks>
970
- <argLine>-enableassertions</argLine>
971
<failIfNoTests>false</failIfNoTests>
972
<systemPropertyVariables>
973
<java.awt.headless>true</java.awt.headless>
974
<org.apache.activemq.kahaDB.files.skipMetadataUpdate>true</org.apache.activemq.kahaDB.files.skipMetadataUpdate>
975
</systemPropertyVariables>
976
- <argLine>-Xmx512m</argLine>
+ <argLine>-enableassertions -Xmx4g -XX:MaxDirectMemorySize=4096m</argLine>
977
</configuration>
978
</plugin>
979
<plugin>
0 commit comments