Skip to content

Commit f5e8222

Browse files
author
Rob Winch
committed
SEC-2783: Add more PermGen to work around Tomcat Gradle Bug
bmuschko/gradle-tomcat-plugin#113
1 parent c67ff42 commit f5e8222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##############################################################################
88

99
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
10-
DEFAULT_JVM_OPTS="-Xmx1024M -XX:MaxPermSize=256M"
10+
DEFAULT_JVM_OPTS="-Xmx1024M -XX:MaxPermSize=512M"
1111

1212
APP_NAME="Gradle"
1313
APP_BASE_NAME=`basename "$0"`

0 commit comments

Comments
 (0)