2019-09-30 21:07:59 +05:30
|
|
|
# Tuning Geo **(PREMIUM ONLY)**
|
2019-07-31 22:56:46 +05:30
|
|
|
|
|
|
|
## Changing the sync capacity values
|
|
|
|
|
2020-04-08 14:13:33 +05:30
|
|
|
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:
|
2019-07-31 22:56:46 +05:30
|
|
|
|
|
|
|
- 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
|
2019-09-04 21:01:54 +05:30
|
|
|
[Sidekiq concurrency documentation](../../operations/extra_sidekiq_processes.md#number-of-threads)
|
2019-07-31 22:56:46 +05:30
|
|
|
for more details.
|