Skip to content

Commit 1f3749f

Browse files
committed
build: add Gradle JVM option to increase MetaspaceSize and heap in CI and locally
1 parent c12acf8 commit 1f3749f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ VERSION_NAME=2.0.0
22
GROUP=com.rollbar
33

44
android.useAndroidX=true
5+
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
56

67
POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting
78
POM_URL=https://github.com/rollbar/rollbar-java

0 commit comments

Comments
 (0)