changeset 623:b6ac092360ab

note about MALLOC_ARENA_MAX and Docker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Feb 2021 18:28:32 +0100
parents debcf6b6d070
children 34023cb72023
files Sphinx/source/faq/scalability.rst
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <http://man7.org/linux/man-pages/man3/mallopt.3.html>`__
 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
+  <https://github.com/jodogne/OrthancDocker/commit/bd7e9f4665ce8dd6892f82a148cabe8ebcf1c7d9>`__).
+
+* The ``osimis/orthanc`` images automatically set
+  ``MALLOC_ARENA_MAX`` to ``5`` **since release 20.12.2**.
+
 
 .. _scalability-limitations: