We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3185c commit ea43a9eCopy full SHA for ea43a9e
fuzzing-tests/build.gradle.kts
@@ -54,6 +54,9 @@ tasks.withType<PrepareClusterFuzzTask> {
54
}
55
jvmArgs = listOf(
56
"-Xmx512M",
57
+ "-XX:MaxDirectMemorySize=256M",
58
+ "-Dio.netty.leakDetection.targetRecords=0",
59
+ "-Dio.netty.noUnsafe=true",
60
"-XX:+ExitOnOutOfMemoryError"
61
)
62
@@ -68,6 +71,8 @@ tasks.named<JazzerTask>("jazzer") {
68
71
))
69
72
jvmArgs.set(listOf(
70
73
74
75
76
"-Dio.netty.leakDetection.targetRecords=100",
77
"-XX:+ExitOnOutOfMemoryError",
78
"-XX:+HeapDumpOnOutOfMemoryError",
0 commit comments