diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index dbafa68cd..2c8213166 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -15,9 +15,7 @@ # org.gradle.daemon=false -org.gradle.parallel=true -org.gradle.workers.max=2 - +org.gradle.jvmargs=-Xmx8g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g kotlin.incremental=false # Controls KotlinOptions.allWarningsAsErrors.