Lines Matching full:jobs
156 ./my_fuzzer CORPUS_DIR # -max_len=1000 -jobs=20 ...
178 This is primarily controlled by the ``-jobs=N`` option, which indicates that
179 that `N` fuzzing jobs should be run to completion (i.e. until a bug is found or
180 time/iteration limits are reached). These jobs will be run across a set of
183 running with ``-jobs=30`` on a 12-core machine would run 6 workers by default,
189 **Experimental** mode ``-fork=N`` (where ``N`` is the number of parallel jobs)
208 The plan is to eventually replace ``-jobs=N`` and ``-workers=N`` with ``-fork=N``.
305 ``-jobs``
306 Number of fuzzing jobs to run to completion. Default value is 0, which runs a
308 number of jobs performing fuzzing are run, in a collection of parallel
312 Number of simultaneous worker processes to run the fuzzing jobs to completion
313 in. If 0 (the default), ``min(jobs, NumberOfCpuCores()/2)`` is used.