diff --git a/buildSrc/src/main/kotlin/com.hedera.block.protobuf.gradle.kts b/buildSrc/src/main/kotlin/com.hedera.block.protobuf.gradle.kts index c0b217c6c..359e50c5c 100644 --- a/buildSrc/src/main/kotlin/com.hedera.block.protobuf.gradle.kts +++ b/buildSrc/src/main/kotlin/com.hedera.block.protobuf.gradle.kts @@ -59,7 +59,4 @@ tasks.test { systemProperties["junit.jupiter.execution.parallel.mode.default"] = "concurrent" // limit amount of threads, so we do not use all CPU systemProperties["junit.jupiter.execution.parallel.config.dynamic.factor"] = "0.9" - // us parallel GC to keep up with high temporary garbage creation, - // and allow GC to use 40% of CPU if needed - jvmArgs("-XX:+UseParallelGC", "-XX:GCTimeRatio=90") }