From f5e822211516fe4c3a4d493f1b7d102f94aebe1a Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 8 Dec 2014 21:05:36 -0600 Subject: [PATCH] SEC-2783: Add more PermGen to work around Tomcat Gradle Bug https://github.com/bmuschko/gradle-tomcat-plugin/issues/113 --- gradlew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradlew b/gradlew index 89380a06eb..8b45b7773e 100755 --- a/gradlew +++ b/gradlew @@ -7,7 +7,7 @@ ############################################################################## # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS="-Xmx1024M -XX:MaxPermSize=256M" +DEFAULT_JVM_OPTS="-Xmx1024M -XX:MaxPermSize=512M" APP_NAME="Gradle" APP_BASE_NAME=`basename "$0"`