Skip to content

Commit

Permalink
Define Gradle jvmArgs prop to increase meatspace (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Feb 7, 2022
1 parent 42e4a63 commit 7e5757e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ spockVersion=2.0-groovy-3.0
springBootVersion=2.6.3
springVersion=5.3.14
webdriverBinariesVersion=1.4

org.gradle.caching=true

org.gradle.daemon=true
org.gradle.parallel=false
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=512M
# only required by sample apps
fieldsVersion=3.0.0.RC1
grailsVersion=5.0.3-SNAPSHOT
Expand Down

0 comments on commit 7e5757e

Please sign in to comment.