Skip to content

Commit

Permalink
Merge pull request #4011 from radarhere/max_concurrency
Browse files Browse the repository at this point in the history
Changed MAX_CONCURRENCY description
  • Loading branch information
hugovk committed Aug 5, 2019
2 parents 3aa0594 + a9f34f2 commit 5a203b7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/installation.rst
Expand Up @@ -213,10 +213,11 @@ build with newly installed external libraries.
Build Options
^^^^^^^^^^^^^

* Environment variable: ``MAX_CONCURRENCY=n``. By default, Pillow will
use multiprocessing to build the extension on all available CPUs,
but not more than 4. Setting ``MAX_CONCURRENCY`` to 1 will disable
parallel building.
* Environment variable: ``MAX_CONCURRENCY=n``. Pillow can use
multiprocessing to build the extension. Setting ``MAX_CONCURRENCY``
sets the number of CPUs to use, or can disable parallel building by
using a setting of 1. By default, it uses 4 CPUs, or if 4 are not
available, as many as are present.

* Build flags: ``--disable-zlib``, ``--disable-jpeg``,
``--disable-tiff``, ``--disable-freetype``, ``--disable-lcms``,
Expand Down

0 comments on commit 5a203b7

Please sign in to comment.