# HG changeset patch # User Sebastien Jodogne # Date 1614360512 -3600 # Node ID b6ac092360ab11b8f78aa6c4ae1a404f9c239e8b # Parent debcf6b6d0709f7f1c2b4564e5782edcfadcecaf note about MALLOC_ARENA_MAX and Docker diff -r debcf6b6d070 -r b6ac092360ab Sphinx/source/faq/scalability.rst --- a/Sphinx/source/faq/scalability.rst Fri Feb 26 10:03:21 2021 +0100 +++ b/Sphinx/source/faq/scalability.rst Fri Feb 26 18:28:32 2021 +0100 @@ -171,6 +171,16 @@ the `manpage `__ of ``mallopt()`` for more information. +**Status of the Docker images:** + +* The ``jodogne/orthanc`` and ``jodogne/orthanc-plugins`` Docker + images automatically set ``MALLOC_ARENA_MAX`` to ``5`` **since + release 1.6.1** (cf. `changeset + `__). + +* The ``osimis/orthanc`` images automatically set + ``MALLOC_ARENA_MAX`` to ``5`` **since release 20.12.2**. + .. _scalability-limitations: