[FIR] Set mem-limit 8g

This commit is contained in:
Simon Ogorodnik
2019-08-26 16:39:38 +03:00
parent 6a9fb46985
commit b78ba71224
@@ -44,7 +44,7 @@ projectTest {
systemProperties(project.properties.filterKeys { it.startsWith("fir.") })
workingDir = rootDir
jvmArgs!!.removeIf { it.contains("-Xmx") }
maxHeapSize = "3g"
maxHeapSize = "8g"
dependsOn(":dist")
}