Browse Source

Revert "Increase PermGen for CLI integration tests"

This reverts commit 4c26b0c194.
pull/4212/head
Phillip Webb 10 years ago
parent
commit
b0d287356c
  1. 3
      spring-boot-cli/pom.xml

3
spring-boot-cli/pom.xml

@ -136,9 +136,6 @@ @@ -136,9 +136,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<argLine>-Xmx1024m -XX:MaxPermSize=512m</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Loading…
Cancel
Save