Skip to content

Commit

Permalink
ci: Increase JVM heap size to fix OutOfMemoryError
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Oct 23, 2024
1 parent 3d51ffc commit ef0b4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/kotlin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1024m
org.gradle.jvmargs=-Xmx2048m

# The version of the Kotlin bindings consist of the version of the rust library followed by dash and
# followed by "revision" (e.g.: "1.2.3-4"). The revision is used to distinguish different versions
Expand Down

0 comments on commit ef0b4b1

Please sign in to comment.