Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
97e52f5c
Commit
97e52f5c
authored
Aug 10, 2020
by
Michael Kozono
Committed by
Achilleas Pipinellis
Aug 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Geo: Add tuning settings
parent
b5e81899
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
doc/administration/geo/replication/tuning.md
doc/administration/geo/replication/tuning.md
+11
-4
No files found.
doc/administration/geo/replication/tuning.md
View file @
97e52f5c
...
@@ -7,18 +7,25 @@ type: howto
...
@@ -7,18 +7,25 @@ type: howto
# Tuning Geo **(PREMIUM ONLY)**
# Tuning Geo **(PREMIUM ONLY)**
## Changing the sync capacity values
## Changing the sync
/verification
capacity values
In the Geo admin page at
**Admin Area > Geo**
(
`/admin/geo/nodes`
),
In the Geo admin page at
**Admin Area > Geo**
(
`/admin/geo/nodes`
),
there are several variables that can be tuned to improve performance of Geo:
there are several variables that can be tuned to improve performance of Geo:
-
Repository sync capacity.
-
Repository sync capacity
-
File sync capacity.
-
File sync capacity
-
Container repositories sync capacity
-
Verification capacity
Increasing
these
values will increase the number of jobs that are scheduled.
Increasing
capacity
values will increase the number of jobs that are scheduled.
However, this may not lead to more downloads in parallel unless the number of
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
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
capacity is increased from 25 to 50, you may also want to increase the number
of Sidekiq threads from 25 to 50. See the
of Sidekiq threads from 25 to 50. See the
[
Sidekiq concurrency documentation
](
../../operations/extra_sidekiq_processes.md#number-of-threads
)
[
Sidekiq concurrency documentation
](
../../operations/extra_sidekiq_processes.md#number-of-threads
)
for more details.
for more details.
## Repository re-verification
See
[
Automatic background verification
](
../disaster_recovery/background_verification.md
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment