Merge branch 'patch-74' into 'master'

update duplication of unicorn min environment variable

See merge request gitlab-org/gitlab-ce!31749
This commit is contained in:
Stan Hu 2019-08-13 04:15:29 +00:00
commit 6680cc4ea2
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ unicorn['worker_memory_limit_min'] = "400 * 1 << 20"
unicorn['worker_memory_limit_max'] = "650 * 1 << 20"
```
Otherwise, you can set the `GITLAB_UNICORN_MEMORY_MIN` and `GITLAB_UNICORN_MEMORY_MIN`
Otherwise, you can set the `GITLAB_UNICORN_MEMORY_MIN` and `GITLAB_UNICORN_MEMORY_MAX`
[environment variables](../environment_variables.md).
This is what a Unicorn worker memory restart looks like in unicorn_stderr.log.