diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-05-05 16:08:21 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-05 16:08:21 +0000 |
commit | e2fe9c8ee59e703ca354a5cdd77847727129fd5a (patch) | |
tree | d34a9da4dc67f93bce1ffadb2494b62762775cf8 /doc/administration/geo/replication/tuning.md | |
parent | 2c1a9367bc0cd5fdc1736517943fb0c67dc1081f (diff) | |
download | gitlab-ce-e2fe9c8ee59e703ca354a5cdd77847727129fd5a.tar.gz |
Docs: Merge EE doc/administration/geo to CE
Diffstat (limited to 'doc/administration/geo/replication/tuning.md')
-rw-r--r-- | doc/administration/geo/replication/tuning.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/administration/geo/replication/tuning.md b/doc/administration/geo/replication/tuning.md new file mode 100644 index 00000000000..b9921b2e69f --- /dev/null +++ b/doc/administration/geo/replication/tuning.md @@ -0,0 +1,17 @@ +# Tuning Geo **[PREMIUM ONLY]** + +## Changing the sync capacity values + +In the Geo admin page (`/admin/geo/nodes`), there are several variables that +can be tuned to improve performance of Geo: + +- Repository sync capacity. +- File sync capacity. + +Increasing these values will increase the number of jobs that are scheduled. +However, this may not lead to more downloads in parallel unless the number of +available Sidekiq threads is also increased. For example, if repository sync +capacity is increased from 25 to 50, you may also want to increase the number +of Sidekiq threads from 25 to 50. See the +[Sidekiq concurrency documentation](https://docs.gitlab.com/ee/administration/operations/extra_sidekiq_processes.html#number-of-threads) +for more details. |