Skip to content

Commit 8d3185c

Browse files
committed
try to limit workers in build.sh
1 parent 92a4a4e commit 8d3185c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oss-fuzz/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ cd micronaut-fuzzing
1313
mkdir -p checkouts
1414
touch checkouts/catalog-micronaut-core.sha1
1515

16-
./gradlew micronaut-fuzzing-tests:prepareClusterFuzz
16+
./gradlew --max-workers 2 micronaut-fuzzing-tests:prepareClusterFuzz

0 commit comments

Comments
 (0)