From 4c26b0c194807ee401324a19bc252c1541229b5d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 15 Oct 2015 23:36:18 -0700 Subject: [PATCH] Increase PermGen for CLI integration tests --- spring-boot-cli/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 9ac21cfe244..03603f83973 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -136,6 +136,9 @@ org.apache.maven.plugins maven-failsafe-plugin + + -Xmx1024m -XX:MaxPermSize=512m + org.apache.maven.plugins