Skip to content

Commit

Permalink
fix: removed old jvm GC directive for protobuf tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Aug 22, 2024
1 parent dc759d3 commit 99ad840
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions buildSrc/src/main/kotlin/com.hedera.block.protobuf.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit 99ad840

Please sign in to comment.