mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Merge pull request #4011 from radarhere/max_concurrency
Changed MAX_CONCURRENCY description
This commit is contained in:
commit
5a203b70c8
|
@ -213,10 +213,11 @@ build with newly installed external libraries.
|
||||||
Build Options
|
Build Options
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
* Environment variable: ``MAX_CONCURRENCY=n``. By default, Pillow will
|
* Environment variable: ``MAX_CONCURRENCY=n``. Pillow can use
|
||||||
use multiprocessing to build the extension on all available CPUs,
|
multiprocessing to build the extension. Setting ``MAX_CONCURRENCY``
|
||||||
but not more than 4. Setting ``MAX_CONCURRENCY`` to 1 will disable
|
sets the number of CPUs to use, or can disable parallel building by
|
||||||
parallel building.
|
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``,
|
* Build flags: ``--disable-zlib``, ``--disable-jpeg``,
|
||||||
``--disable-tiff``, ``--disable-freetype``, ``--disable-lcms``,
|
``--disable-tiff``, ``--disable-freetype``, ``--disable-lcms``,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user