Increase amount of memory for Gradle Importing Tests
We have OOM in recent tests executions
This commit is contained in:
committed by
TeamCityServer
parent
1a3515dbab
commit
9e5bf7e05c
+1
-1
@@ -125,7 +125,7 @@ abstract class GradleImportingTestCase : ExternalSystemImportingTestCase() {
|
|||||||
"-Xmx256m -XX:MaxPermSize=64m"
|
"-Xmx256m -XX:MaxPermSize=64m"
|
||||||
else ->
|
else ->
|
||||||
// 128M should be enough for gradle 5.0+ (leak is fixed), and <4.0 (amount of tests is less)
|
// 128M should be enough for gradle 5.0+ (leak is fixed), and <4.0 (amount of tests is less)
|
||||||
"-Xms128M -Xmx192m -XX:MaxPermSize=64m"
|
"-Xms128M -Xmx256m -XX:MaxPermSize=64m"
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun setUp() {
|
override fun setUp() {
|
||||||
|
|||||||
Reference in New Issue
Block a user