comparison Sphinx/source/users/docker.rst @ 386:801db4e1828c

default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Apr 2020 13:01:49 +0200
parents e4b0a4d69f42
children 0fb9369e893e 43c5a1274740
comparison
equal deleted inserted replaced
385:cc5e79450374 386:801db4e1828c
119 119
120 *Remark:* These Docker images automatically set the environment 120 *Remark:* These Docker images automatically set the environment
121 variable ``MALLOC_ARENA_MAX`` to ``5`` in order to :ref:`control 121 variable ``MALLOC_ARENA_MAX`` to ``5`` in order to :ref:`control
122 memory usage <scalability-memory>`. This default setting can be 122 memory usage <scalability-memory>`. This default setting can be
123 overriden by providing the option ``-e MALLOC_ARENA_MAX=1`` when 123 overriden by providing the option ``-e MALLOC_ARENA_MAX=1`` when
124 invoking ``docker run``. 124 invoking ``docker run`` (the value ``0`` corresponds to the default
125 value).
125 126
126 127
127 .. _docker-compose: 128 .. _docker-compose:
128 129
129 Configuration management using Docker Compose 130 Configuration management using Docker Compose