Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2020-11-06 13:40:25 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-11-06 13:40:25 +0300
commitc8ae380131d7908dcdbfc6994f49c75b2449e0cd (patch)
tree23b80404515ea9ed535e2145c19583bc3dde7056
parent239f42c63a1979b30442d12524fcb8758b8fe374 (diff)
Apply 1 suggestion(s) to 1 file(s)zj-rfc-cgroups
-rw-r--r--doc/rfcs/resource_limit_through_cgroups.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rfcs/resource_limit_through_cgroups.md b/doc/rfcs/resource_limit_through_cgroups.md
index 59d48c237..f5cbd0e03 100644
--- a/doc/rfcs/resource_limit_through_cgroups.md
+++ b/doc/rfcs/resource_limit_through_cgroups.md
@@ -218,7 +218,7 @@ of the noisy neighbours to meet a service level as expected by GitLab users.
The Ruby sidecar for Gitaly, Gitaly-Ruby, has soft limits applied to the workers,
usually around 300MB. These workers are managed by a
-[supervisor][../internal/supervisor], which can remove workers from the load balancer
+[supervisor](https://gitlab.com/gitlab-org/gitaly/-/blob/f4922bb91de88ffb476a06bba15b7828f25fe127/internal/supervisor/supervisor.go), which can remove workers from the load balancer
if these are consuming too much memory. Than each process will be killed after
60 seconds to reclaim the memory, and allow the currently handled requests to
finish.