[FIR-Test] Force min heap size
This commit is contained in:
@@ -55,6 +55,7 @@ projectTest {
|
|||||||
systemProperties(project.properties.filterKeys { it.startsWith("fir.") })
|
systemProperties(project.properties.filterKeys { it.startsWith("fir.") })
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
jvmArgs!!.removeIf { it.contains("-Xmx") }
|
jvmArgs!!.removeIf { it.contains("-Xmx") }
|
||||||
|
minHeapSize = "8g"
|
||||||
maxHeapSize = "8g"
|
maxHeapSize = "8g"
|
||||||
dependsOn(":dist")
|
dependsOn(":dist")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user