Update gitaly config.toml

Signed-off-by: solidnerd <niclas@mietz.io>
This commit is contained in:
solidnerd 2018-01-22 20:58:16 +01:00
parent 359fe7de59
commit 169ec31ac0
No known key found for this signature in database
GPG Key ID: C300D44AB5469BE5

View File

@ -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"