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
50ff6c22
Commit
50ff6c22
authored
Jun 13, 2018
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document elasticsearch sizing requirements
parent
8ef6fd0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
doc/integration/elasticsearch.md
doc/integration/elasticsearch.md
+14
-2
No files found.
doc/integration/elasticsearch.md
View file @
50ff6c22
...
...
@@ -9,10 +9,10 @@ This document describes how to set up Elasticsearch with GitLab. Once enabled,
you'll have the benefit of fast search response times and the advantage of two
special searches:
-
[
Advance Global Search
](
../user/search/advanced_global_search.md
)
-
[
Advance
d
Global Search
](
../user/search/advanced_global_search.md
)
-
[
Advanced Syntax Search
](
../user/search/advanced_search_syntax.md
)
## Requirements
##
Version
Requirements
| GitLab version | Elasticsearch version |
| -------------- | --------------------- |
...
...
@@ -37,6 +37,18 @@ service.
You can follow the steps as described in the
[
official web site
][
install
]
or
use the packages that are available for your OS.
## System Requirements
Elasticsearch requires additional resources in excess of those documented in the
[
GitLab system requirements
](
../install/requirements.md
)
. These will vary by
installation size, but you should ensure
**at least**
an additional 8 GiB of RAM
for each Elasticsearch node, per the
[
official guidelines
](
https://www.elastic.co/guide/en/elasticsearch/guide/current/hardware.html
)
.
Storage requirements also vary based on installation side, but as a rule of
thumb, you should allocate the total size of your production database,
**plus**
two-thirds of the total size of your git repositories. Efforts to reduce this
total are being tracked in this epic:
[
gitlab-org&153
](
https://gitlab.com/groups/gitlab-org/-/epics/153
)
.
## Enabling Elasticsearch
In order to enable Elasticsearch, you need to have admin access. Go to
...
...
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