From f9ee509cce86ab7277f01b7f9bbf8b59a4ddbb43 Mon Sep 17 00:00:00 2001 From: Joshua Lambert <joshua@gitlab.com> Date: Mon, 16 Mar 2020 08:34:24 -0400 Subject: [PATCH] Switch to md extension --- doc/install/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 796b8933ed1b0..375137adad32e 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -197,7 +197,7 @@ If you have a 2GB machine we recommend to configure only one Puma worker to prev By default each Puma worker runs with 4 threads. We do not recommend setting more, due to how [Ruby MRI multi-threading](https://en.wikipedia.org/wiki/Global_interpreter_lock) works. -For cases when you have to use [Legacy Rugged code](../development/gitaly.html#legacy-rugged-code) it is recommended to set number of threads to 1. +For cases when you have to use [Legacy Rugged code](../development/gitaly.md#legacy-rugged-code) it is recommended to set number of threads to 1. As long as you have enough available CPU and memory capacity, it's okay to increase the number of Puma workers and this will usually help to reduce the response time of the applications and increase the ability to handle parallel requests. -- GitLab