Merge pull request #750 from ssbarnea/fix/maxprocesses

This commit is contained in:
Bruno Oliveira
2022-01-29 08:04:12 -03:00
committed by GitHub

View File

@@ -79,6 +79,12 @@ Pass ``-n auto`` to use as many processes as your computer has CPU cores. This
can lead to considerable speed ups, especially if your test suite takes a
noticeable amount of time.
* ``--maxprocesses=maxprocesses``: limit the maximum number of workers to
process the tests.
* ``--max-worker-restart``: maximum number of workers that can be restarted
when crashed (set to zero to disable this feature).
The test distribution algorithm is configured with the ``--dist`` command-line option:
.. _distribution modes: