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
fd9ada2e
Commit
fd9ada2e
authored
Sep 09, 2021
by
Caleb Cooper
Committed by
Achilleas Pipinellis
Sep 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Update Installation requirements for Puma max memory
parent
8db928a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/install/requirements.md
doc/install/requirements.md
+6
-0
No files found.
doc/install/requirements.md
View file @
fd9ada2e
...
...
@@ -256,6 +256,12 @@ of [legacy Rugged code](../administration/gitaly/index.md#direct-access-to-git-i
higher, due to how
[
Ruby MRI multi-threading
](
https://en.wikipedia.org/wiki/Global_interpreter_lock
)
works.
### Puma per worker maximum memory
By default, each Puma worker will be limited to 1024 MB of memory.
This setting
[
can be adjusted
](
../administration/operations/puma.md#puma-worker-killer
)
and should be considered
if you need to increase the number of Puma workers.
## Redis and Sidekiq
Redis stores all user sessions and the background task queue.
...
...
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