diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-17 18:14:29 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-17 18:14:29 +0000 |
commit | 55bc011bc0f9e6102732d2694735a546738d6c5f (patch) | |
tree | 62656acd9ebcd542c395639fb0b8c015715777c7 /doc/administration/gitaly/configure_gitaly.md | |
parent | 2a6300a15aa3e96cdcb2d5efc22c00255d246afd (diff) | |
download | gitlab-ce-55bc011bc0f9e6102732d2694735a546738d6c5f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/gitaly/configure_gitaly.md')
-rw-r--r-- | doc/administration/gitaly/configure_gitaly.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/administration/gitaly/configure_gitaly.md b/doc/administration/gitaly/configure_gitaly.md index af3d714d078..f3eb2de3f1d 100644 --- a/doc/administration/gitaly/configure_gitaly.md +++ b/doc/administration/gitaly/configure_gitaly.md @@ -760,27 +760,6 @@ Configure Gitaly with TLS in one of two ways: For information on observing the type of Gitaly connections being served, see the [relevant documentation](monitoring.md#queries). -## `gitaly-ruby` - -Gitaly was developed to replace the Ruby application code in GitLab. - -To save time and avoid the risk of rewriting existing application logic, we chose to copy some -application code from GitLab into Gitaly. - -To be able to run that code, `gitaly-ruby` was created, which is a "sidecar" process for the main -Gitaly Go process. Some examples of things that are implemented in `gitaly-ruby` are: - -- RPCs that deal with wikis. -- RPCs that create commits on behalf of a user, such as merge commits. - -Recommended settings: - -- At least 300 MB memory per worker. -- No more than one worker per core. - -NOTE: -[Epic 2862](https://gitlab.com/groups/gitlab-org/-/epics/2862) proposes to remove `gitaly-ruby`. - ## Limit RPC concurrency WARNING: |