Increase Xmx size after investigation OOM problem in KMM-316

This commit is contained in:
Alexander Dudinsky
2020-08-04 13:00:19 +03:00
parent d012cd3272
commit 52c01abb83
@@ -121,7 +121,7 @@ abstract class GradleImportingTestCase : ExternalSystemImportingTestCase() {
"-Xmx256m -XX:MaxPermSize=64m"
else ->
// 128M should be enough for gradle 5.0+ (leak is fixed), and <4.0 (amount of tests is less)
"-Xms128M -Xmx128m -XX:MaxPermSize=64m"
"-Xms128M -Xmx192m -XX:MaxPermSize=64m"
}
override fun setUp() {