debian-mirror-gitlab/doc/administration/geo/replication/tuning.md
2020-06-23 00:09:42 +05:30

1,018 B

stage group info type
Enablement Geo To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers howto

Tuning Geo (PREMIUM ONLY)

Changing the sync capacity values

In the Geo admin page at {admin} Admin Area > {location-dot} Geo (/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 for more details.