Merge pull request #356 from pristupa/maxprocessing-option

Add --maxprocesses option to use with --numprocesses=auto
This commit is contained in:
Bruno Oliveira
2018-10-18 07:54:02 -03:00
committed by GitHub
4 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1 @@
New ``--maxprocesses`` command-line option that limits the maximum number of workers when using ``--numprocesses=auto``.