Skip to content

Commit

Permalink
exit on OOM to avoid follow-on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yawkat committed Jan 6, 2025
1 parent bda0922 commit 55cfbda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fuzzing-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ tasks.withType<PrepareClusterFuzzTask> {
"io.micronaut.core.util.clhm.ConcurrentLinkedHashMap*",
)
}
jvmArgs = listOf(
"-XX:+ExitOnOutOfMemoryError"
)
}

tasks.named<JazzerTask>("jazzer") {
Expand Down

0 comments on commit 55cfbda

Please sign in to comment.