# HG changeset patch # User Alain Mazy # Date 1578382635 -3600 # Node ID b4b9ceebe64d0d6bb40ce332dda12dfb4b882448 # Parent 33fb45a86cd8ecd14d8f4b963d20526cd21654ce# Parent bd1f308a5fd24f7741bceaaf9241cc2bc70800a9 merge diff -r 33fb45a86cd8 -r b4b9ceebe64d Sphinx/source/plugins/dicomweb.rst --- a/Sphinx/source/plugins/dicomweb.rst Tue Jan 07 08:37:04 2020 +0100 +++ b/Sphinx/source/plugins/dicomweb.rst Tue Jan 07 08:37:15 2020 +0100 @@ -203,7 +203,10 @@ this option to ``true`` is the best choice to reduce memory consumption. However, it must be set to ``false`` if the remote DICOMweb server is Orthanc <= 1.5.6, as chunked transfer encoding is - only supported starting with Orthanc 1.5.8. + only supported starting with Orthanc 1.5.8. Beware setting ``ChunkedTransfers`` + to ``true`` utilizes all CPU resources which results in extremely low throughput + as of version 1.0 of the DICOMweb plugin (see + `issue 156 `__ for status). You'll have to convert the JSON array into a JSON object to set these options::