[FIR-Test] Force min heap size

This commit is contained in:
Simon Ogorodnik
2020-09-25 19:28:48 +03:00
parent b6fb3c9799
commit 1e73f7a5b2
@@ -55,6 +55,7 @@ projectTest {
systemProperties(project.properties.filterKeys { it.startsWith("fir.") })
workingDir = rootDir
jvmArgs!!.removeIf { it.contains("-Xmx") }
minHeapSize = "8g"
maxHeapSize = "8g"
dependsOn(":dist")