aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-29 15:34:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-29 15:34:05 -0700
commit67af237be2c49fae82a183648c3208a1185553ba (patch)
treea3654bc808f85eb5a9c534d60f89671bab3c5ee0 /templates
parent6939e41e7cd00762d34c455fb693e6f67a5ae984 (diff)
Trim number of CPUs
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/fuzzer/runners.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/fuzzer/runners.template b/templates/tools/fuzzer/runners.template
index 287bb2acbf..aa81a6545d 100644
--- a/templates/tools/fuzzer/runners.template
+++ b/templates/tools/fuzzer/runners.template
@@ -35,7 +35,7 @@ template: |
# 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"