summaryrefslogtreecommitdiff
path: root/doc/administration/geo/replication/tuning.md
blob: 1943f2230dfd6665c79df77e655a8a013f35991c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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](../../operations/extra_sidekiq_processes.md#number-of-threads)
for more details.