diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-29 15:34:05 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-29 15:34:05 -0700 |
commit | 67af237be2c49fae82a183648c3208a1185553ba (patch) | |
tree | a3654bc808f85eb5a9c534d60f89671bab3c5ee0 /tools/fuzzer/runners/http_fuzzer_test.sh | |
parent | 6939e41e7cd00762d34c455fb693e6f67a5ae984 (diff) |
Trim number of CPUs
Diffstat (limited to 'tools/fuzzer/runners/http_fuzzer_test.sh')
-rw-r--r-- | tools/fuzzer/runners/http_fuzzer_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzzer/runners/http_fuzzer_test.sh b/tools/fuzzer/runners/http_fuzzer_test.sh index fb7120ddce..47adad0cb7 100644 --- a/tools/fuzzer/runners/http_fuzzer_test.sh +++ b/tools/fuzzer/runners/http_fuzzer_test.sh @@ -29,7 +29,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -flags="-max_total_time=3600 -jobs=20 -workers=20" +flags="-max_total_time=3600 -jobs=3 -workers=3" if [ "$config" == "asan-trace-cmp" ] then flags="-use_traces=1 $flags" |