Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-08-01 10:54:18 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-08-01 10:54:18 +0300
commitca294bcec9304f181c4d6f6e3d7d1828a3ee6d13 (patch)
treecbfda7df1e6e263120e25e6e70c004a4d4e478ee /doc
parent8ef83c070ea611320ec8bcee4730e8ae501c690b (diff)
Document missing Docker ENV MEMORY_LIMIT
Ref: https://github.com/phpmyadmin/docker/issues/378 Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'doc')
-rw-r--r--doc/setup.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/setup.rst b/doc/setup.rst
index 23aa0ef975..636cf40ebd 100644
--- a/doc/setup.rst
+++ b/doc/setup.rst
@@ -240,6 +240,12 @@ You can configure several phpMyAdmin features using environment variables:
.. note:: Format as `[0-9+](K,M,G)` default value is `2048K`
+.. envvar:: MEMORY_LIMIT
+
+ If set, this option will override the phpMyAdmin memory limit :config:option:`$cfg['MemoryLimit']` and PHP's `memory_limit`.
+
+ .. note:: Format as `[0-9+](K,M,G)` where `K` is for Kilobytes, `M` for Megabytes, `G` for Gigabytes and `1K` = 1024 bytes. Default value is `512M`.
+
.. envvar:: PMA_CONFIG_BASE64
If set, this option will override the default `config.inc.php` with the base64 decoded contents of the variable.