Bump CI max JVM heap size and CPU usage (#2444)

* Bump CI max JVM heap size and CPU usage

* Bump Heap size a bit more for `build`

* Bump Heap size for tests too
This commit is contained in:
Jorge Martin Espinosa
2024-02-27 11:26:56 +01:00
committed by GitHub
parent ad7bf22f61
commit 31db4fa3c8
10 changed files with 18 additions and 18 deletions

View File

@@ -153,7 +153,7 @@ allprojects {
val isScreenshotTest = project.gradle.startParameter.taskNames.any { it.contains("paparazzi", ignoreCase = true) }
if (isScreenshotTest) {
// Increase heap size for screenshot tests
maxHeapSize = "1g"
maxHeapSize = "2g"
} else {
// Disable screenshot tests by default
exclude("ui/S.class")