Unit tests: Bump max heap size to 3072m.

This commit is contained in:
Sebastian Kaspari 2021-04-29 19:36:58 +02:00
parent 54297cdcc1
commit 144f9cd983
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ android {
// instead. :)
maxParallelForks = 2
forkEvery = 80
maxHeapSize = "2048m"
maxHeapSize = "3072m"
minHeapSize = "1024m"
}
}