mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Update gitaly config.toml
Signed-off-by: solidnerd <niclas@mietz.io>
This commit is contained in:
parent
359fe7de59
commit
169ec31ac0
@ -39,6 +39,16 @@ path = "{{GITLAB_REPOS_DIR}}"
|
||||
# The directory where gitaly-ruby is installed
|
||||
dir = "/home/git/gitaly/ruby"
|
||||
|
||||
# # Gitaly-ruby resident set size (RSS) that triggers a memory restart (bytes)
|
||||
# max_rss = 300000000
|
||||
#
|
||||
# # Grace period before a gitaly-ruby process is forcibly terminated after exceeding max_rss (seconds)
|
||||
# graceful_restart_timeout = "10m"
|
||||
#
|
||||
# # Time that gitaly-ruby memory must remain high before a restart (seconds)
|
||||
# restart_delay = "5m"
|
||||
|
||||
|
||||
[gitlab-shell]
|
||||
# The directory where gitlab-shell is installed
|
||||
dir = "/home/git/gitlab-shell"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user