Mercurial > hg > orthanc-book
changeset 386:801db4e1828c
default
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 16 Apr 2020 13:01:49 +0200 |
parents | cc5e79450374 |
children | 1974913fd28a |
files | Sphinx/source/users/docker.rst |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/docker.rst Thu Apr 16 12:14:24 2020 +0200 +++ b/Sphinx/source/users/docker.rst Thu Apr 16 13:01:49 2020 +0200 @@ -121,7 +121,8 @@ variable ``MALLOC_ARENA_MAX`` to ``5`` in order to :ref:`control memory usage <scalability-memory>`. This default setting can be overriden by providing the option ``-e MALLOC_ARENA_MAX=1`` when -invoking ``docker run``. +invoking ``docker run`` (the value ``0`` corresponds to the default +value). .. _docker-compose: