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
18190f3d
Commit
18190f3d
authored
Apr 09, 2020
by
Wei-Meng Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix internal links
parent
a7e80064
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/administration/high_availability/README.md
doc/administration/high_availability/README.md
+1
-1
doc/administration/scaling/index.md
doc/administration/scaling/index.md
+2
-2
No files found.
doc/administration/high_availability/README.md
View file @
18190f3d
...
...
@@ -17,7 +17,7 @@ how GitLab can be scaled out and made highly available. These examples progress
from simple to complex as scaling or highly-available components are added.
For larger setups serving 2,000 or more users, we provide
[
reference architectures
](
#reference-architectures
)
based on GitLab's
[
reference architectures
](
../scaling/index.md
#reference-architectures
)
based on GitLab's
experience with GitLab.com and internal scale testing that aim to achieve the
right balance of scalability and availability.
...
...
doc/administration/scaling/index.md
View file @
18190f3d
...
...
@@ -228,11 +228,11 @@ On different cloud vendors a best effort like for like can be used.
For smaller architectures (up to 5,000 users) we suggest one Redis cluster for all
classes and that Redis Sentinel is hosted alongside Consul.
For larger architectures (10,000 users or more) we suggest running a separate
[
Redis Cluster
](
redis.md#running-multiple-redis-clusters
)
for the Cache class
[
Redis Cluster
](
../high_availability/
redis.md#running-multiple-redis-clusters
)
for the Cache class
and another for the Queues and Shared State classes respectively. We also recommend
that you run the Redis Sentinel clusters separately as well for each Redis Cluster.
[
^4
]:
For
data objects such as LFS, Uploads, Artifacts, etc. We recommend a
[
Cloud Object Storage service
](
object_storage.md
)
[
^4
]:
For
data objects such as LFS, Uploads, Artifacts, etc. We recommend a
[
Cloud Object Storage service
](
../
object_storage.md
)
over NFS where possible, due to better performance and availability.
[
^5
]:
NFS
can be used as an alternative for both repository data (replacing Gitaly) and
...
...
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