mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Increase default memory max to address #1347
This commit is contained in:
parent
2bd26b1430
commit
cee6b282ba
@ -67,6 +67,8 @@ SIDEKIQ_MEMORY_KILLER_MAX_RSS=${SIDEKIQ_MEMORY_KILLER_MAX_RSS:-1000000}
|
||||
UNICORN_WORKERS=${UNICORN_WORKERS:-3}
|
||||
UNICORN_TIMEOUT=${UNICORN_TIMEOUT:-60}
|
||||
|
||||
GITLAB_UNICORN_MEMORY_MAX=${GITLAB_UNICORN_MEMORY_MAX:-524288000}
|
||||
|
||||
##
|
||||
GITLAB_TIMEZONE=${GITLAB_TIMEZONE:-UTC}
|
||||
GITLAB_SIGNUP_ENABLED=${GITLAB_SIGNUP_ENABLED:-true}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user