We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb78af commit b62e747Copy full SHA for b62e747
1 file changed
selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/BUILD.bazel
@@ -11,7 +11,7 @@ java_fuzz_target_test(
11
],
12
data = ["//selffuzz/src/test/resources:ArgumentsMutatorFuzzTest-corpus"],
13
env = {
14
- "_JAVA_OPTIONS": "-Xmx4096m",
+ "_JAVA_OPTIONS": "-Xmx2048m",
15
},
16
fuzzer_args = [
17
# Make sure that the fuzzer can run. Longer fuzzing runs will be done in a separate GH action.
0 commit comments