[Native][tests] Lower memory requirements for Gradle test tasks
This commit is contained in:
@@ -72,7 +72,7 @@ enum class TestProperty(shortName: String) {
|
||||
fun nativeTest(taskName: String, vararg tags: String) = projectTest(
|
||||
taskName,
|
||||
jUnitMode = JUnitMode.JUnit5,
|
||||
maxHeapSizeMb = 6 * 1024 // Extra heap space for Kotlin/Native compiler.
|
||||
maxHeapSizeMb = 3072 // Extra heap space for Kotlin/Native compiler.
|
||||
) {
|
||||
group = "verification"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user