Skip to content

Commit

Permalink
Add max Heap Size
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Dec 10, 2023
1 parent 98ed1e6 commit 5464a50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ android {
it.all {
// To run coverage report in Android Studio
jvmArgs '-noverify'
// Set the max heap size for the tests JVM(s)
maxHeapSize = "4g"
}
}
}
Expand Down

0 comments on commit 5464a50

Please sign in to comment.