commit b55990796fca887fac14d036d934250ab4d07285
Author: hiro <hiro(a)torproject.org>
Date: Mon Jan 13 19:05:19 2020 +0100
Remove specific config from gitaly.toml
---
roles/gitaly/templates/gitaly.toml.j2 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/roles/gitaly/templates/gitaly.toml.j2 b/roles/gitaly/templates/gitaly.toml.j2
index 1d4b130..99f4353 100644
--- a/roles/gitaly/templates/gitaly.toml.j2
+++ b/roles/gitaly/templates/gitaly.toml.j2
@@ -42,7 +42,6 @@ grpc_latency_buckets = [0.001, 0.005, 0.025, 0.1, 0.5, 1.0, 10.0, 30.0, 60.0, 30
[gitaly-ruby]
# The directory where gitaly-ruby is installed
dir = "{{ ansible_user_dir }}/gitaly/ruby"
-num_workers = 4
# # Gitaly-ruby resident set size (RSS) that triggers a memory restart (bytes)
# max_rss = 300000000
@@ -60,4 +59,4 @@ dir = "{{ ansible_user_dir }}/gitlab-shell"
# # You can adjust the concurrency of each RPC endpoint
[[concurrency]]
rpc = "/gitaly.RepositoryService/GarbageCollect"
-max_per_repo = 2
+max_per_repo = 1