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 a982ecd commit ce69c6dCopy full SHA for ce69c6d
quickfixj-core/pom.xml
@@ -348,7 +348,7 @@
348
<groupId>org.apache.maven.plugins</groupId>
349
<artifactId>maven-surefire-plugin</artifactId>
350
<configuration>
351
- <argLine>-Xmx512m -XX:MaxPermSize=128m</argLine>
+ <argLine>-Xmx512m -XX:MaxPermSize=256m</argLine>
352
<includes>
353
<include>**/*Test.java</include>
354
<include>${acceptance.tests}</include>
0 commit comments