Increase Gradle daemon heap size to 4Gb

We have been seeing OOM errors on trunk and PRs recently.
This commit is contained in:
David Arthur 2024-12-05 13:29:29 -05:00 committed by GitHub
parent 09e8fa2dbe
commit a530b81112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ scalaVersion=2.13.15
# Adding swaggerVersion in gradle.properties to have a single version in place for swagger
swaggerVersion=2.2.25
task=build
org.gradle.jvmargs=-Xmx2g -Xss4m -XX:+UseParallelGC
org.gradle.jvmargs=-Xmx4g -Xss4m -XX:+UseParallelGC
org.gradle.parallel=true