Skip to content

Commit

Permalink
Merge pull request #362 from grails/puneetbehl-patch-4
Browse files Browse the repository at this point in the history
Define Gradle jvmArgs prop to increase metaspace
  • Loading branch information
puneetbehl authored Dec 17, 2021
2 parents 374767c + d7e9db5 commit 4b9be38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ webdriverBinariesVersion=1.4
org.gradle.caching=true
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=512M

# Used by example applications, aren't required to be release versions
fieldsVersion=3.0.0.RC1
Expand Down

0 comments on commit 4b9be38

Please sign in to comment.