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
e6309f8d
Commit
e6309f8d
authored
Feb 22, 2022
by
Grant Young
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add config in RA docs about Gitaly cache
Gitaly Pack-objects is now recommended to be enabled in large setups
parent
d94c5986
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
0 deletions
+25
-0
doc/administration/reference_architectures/10k_users.md
doc/administration/reference_architectures/10k_users.md
+5
-0
doc/administration/reference_architectures/25k_users.md
doc/administration/reference_architectures/25k_users.md
+5
-0
doc/administration/reference_architectures/3k_users.md
doc/administration/reference_architectures/3k_users.md
+5
-0
doc/administration/reference_architectures/50k_users.md
doc/administration/reference_architectures/50k_users.md
+5
-0
doc/administration/reference_architectures/5k_users.md
doc/administration/reference_architectures/5k_users.md
+5
-0
No files found.
doc/administration/reference_architectures/10k_users.md
View file @
e6309f8d
...
...
@@ -1524,6 +1524,11 @@ On each node:
# Gitaly Auth Token
# Should be the same as praefect_internal_token
gitaly
[
'auth_token'
]
=
'<praefect_internal_token>'
# Gitaly Pack-objects cache
# Recommended to be enabled for improved performance but can notably increase disk I/O
# Refer to https://docs.gitlab.com/ee/administration/gitaly/configure_gitaly.html#pack-objects-cache for more info
gitaly
[
'pack_objects_cache_enabled'
]
=
true
```
1.
Append the following to
`/etc/gitlab/gitlab.rb`
for each respective server:
...
...
doc/administration/reference_architectures/25k_users.md
View file @
e6309f8d
...
...
@@ -1528,6 +1528,11 @@ On each node:
# Gitaly Auth Token
# Should be the same as praefect_internal_token
gitaly
[
'auth_token'
]
=
'<praefect_internal_token>'
# Gitaly Pack-objects cache
# Recommended to be enabled for improved performance but can notably increase disk I/O
# Refer to https://docs.gitlab.com/ee/administration/gitaly/configure_gitaly.html#pack-objects-cache for more info
gitaly
[
'pack_objects_cache_enabled'
]
=
true
```
1.
Append the following to
`/etc/gitlab/gitlab.rb`
for each respective server:
...
...
doc/administration/reference_architectures/3k_users.md
View file @
e6309f8d
...
...
@@ -1468,6 +1468,11 @@ On each node:
# Gitaly Auth Token
# Should be the same as praefect_internal_token
gitaly
[
'auth_token'
]
=
'<praefect_internal_token>'
# Gitaly Pack-objects cache
# Recommended to be enabled for improved performance but can notably increase disk I/O
# Refer to https://docs.gitlab.com/ee/administration/gitaly/configure_gitaly.html#pack-objects-cache for more info
gitaly
[
'pack_objects_cache_enabled'
]
=
true
```
1.
Append the following to
`/etc/gitlab/gitlab.rb`
for each respective server:
...
...
doc/administration/reference_architectures/50k_users.md
View file @
e6309f8d
...
...
@@ -1537,6 +1537,11 @@ On each node:
# Gitaly Auth Token
# Should be the same as praefect_internal_token
gitaly
[
'auth_token'
]
=
'<praefect_internal_token>'
# Gitaly Pack-objects cache
# Recommended to be enabled for improved performance but can notably increase disk I/O
# Refer to https://docs.gitlab.com/ee/administration/gitaly/configure_gitaly.html#pack-objects-cache for more info
gitaly
[
'pack_objects_cache_enabled'
]
=
true
```
1.
Append the following to
`/etc/gitlab/gitlab.rb`
for each respective server:
...
...
doc/administration/reference_architectures/5k_users.md
View file @
e6309f8d
...
...
@@ -1466,6 +1466,11 @@ On each node:
# Gitaly Auth Token
# Should be the same as praefect_internal_token
gitaly
[
'auth_token'
]
=
'<praefect_internal_token>'
# Gitaly Pack-objects cache
# Recommended to be enabled for improved performance but can notably increase disk I/O
# Refer to https://docs.gitlab.com/ee/administration/gitaly/configure_gitaly.html#pack-objects-cache for more info
gitaly
[
'pack_objects_cache_enabled'
]
=
true
```
1.
Append the following to
`/etc/gitlab/gitlab.rb`
for each respective server:
...
...
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