Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing obsolete PermGem flag
  • Loading branch information
ajs6f committed Jan 30, 2015
1 parent 8f4e276 commit 1c3454f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -682,7 +682,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
<argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=512m</argLine>
<argLine>-Xms512m -Xmx1024m</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 1c3454f

Please sign in to comment.