mirror of
https://github.com/bitwarden/android.git
synced 2026-05-23 22:51:40 -05:00
Update test memory to avoid java heap errors (#778)
This commit is contained in:
@@ -275,6 +275,8 @@ tasks {
|
||||
|
||||
withType<Test> {
|
||||
useJUnitPlatform()
|
||||
maxHeapSize = "4g"
|
||||
jvmArgs = listOf("-XX:MaxMetaspaceSize=512m")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user