Skip to content

Commit ca07ffa

Browse files
committed
- re-added MaxPerm setting which was removed by previous commit
- we are still on Java7 and need PermGen setting
1 parent b98fc69 commit ca07ffa

File tree

1 file changed

+1
-0
lines changed
  • quickfixj-messages/quickfixj-messages-all

1 file changed

+1
-0
lines changed

quickfixj-messages/quickfixj-messages-all/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<artifactId>maven-jar-plugin</artifactId>
9898
<version>${maven-jar-plugin-version}</version>
9999
<configuration>
100+
<argLine>-Xmx512m -XX:MaxPermSize=128m</argLine>
100101
<classesDirectory>${project.basedir}/../../quickfixj-core/target/classes/</classesDirectory>
101102
<includes>
102103
<include>*.xml</include>

0 commit comments

Comments
 (0)