update duplication of unicorn min environment variable
This commit is contained in:
parent
6480bd6dc9
commit
f38feb8a28
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue