summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-03 14:18:51 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-02-03 14:18:51 +0200
commit9fbe9d97ed29288d065232687023edd74649d553 (patch)
treeb7e4d6c64b52b3df7a32d0c899faec1bf66a8d15
parentea14429b7e1de6d0a61bbdb8e8a198a6b0c28b23 (diff)
downloadgitlab-ce-9fbe9d97ed29288d065232687023edd74649d553.tar.gz
Unicorn worker killer is not Omnibus specific
[ci skip]
-rw-r--r--doc/administration/environment_variables.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/environment_variables.md b/doc/administration/environment_variables.md
index e49b3dc139b..43ab153d76d 100644
--- a/doc/administration/environment_variables.md
+++ b/doc/administration/environment_variables.md
@@ -20,8 +20,8 @@ Variable | Type | Description
`GITLAB_EMAIL_FROM` | string | The e-mail address used in the "From" field in e-mails sent by GitLab
`GITLAB_EMAIL_DISPLAY_NAME` | string | The name used in the "From" field in e-mails sent by GitLab
`GITLAB_EMAIL_REPLY_TO` | string | The e-mail address used in the "Reply-To" field in e-mails sent by GitLab
-`GITLAB_UNICORN_MEMORY_MIN` | integer | The minimum memory threshold (in bytes) for the Unicorn worker killer (supported only in Omnibus)
-`GITLAB_UNICORN_MEMORY_MAX` | integer | The maximum memory threshold (in bytes) for the Unicorn worker killer (supported only in Omnibus)
+`GITLAB_UNICORN_MEMORY_MIN` | integer | The minimum memory threshold (in bytes) for the Unicorn worker killer
+`GITLAB_UNICORN_MEMORY_MAX` | integer | The maximum memory threshold (in bytes) for the Unicorn worker killer
## Complete database variables