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
b6331d65
Commit
b6331d65
authored
Mar 18, 2022
by
Aleksei Lipniagov
Committed by
Marcel Amirault
Mar 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `use-at-own-risk` warning on Puma Single mode
parent
b18acc2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doc/administration/operations/puma.md
doc/administration/operations/puma.md
+8
-0
No files found.
doc/administration/operations/puma.md
View file @
b6331d65
...
...
@@ -108,6 +108,12 @@ To change the worker timeout to 600 seconds:
## Disable Puma clustered mode in memory-constrained environments
WARNING:
This is an experimental
[
Alpha feature
](
../../policy/alpha-beta-support.md#alpha-features
)
and subject to change without notice. The feature
is not ready for production use. If you want to use this feature, we recommend testing
with non-production data first. See the
[
known issues
](
#puma-single-mode-known-issues
)
for additional details.
In a memory-constrained environment with less than 4GB of RAM available, consider disabling Puma
[
clustered mode
](
https://github.com/puma/puma#clustered-mode
)
.
...
...
@@ -131,6 +137,8 @@ For details on Puma worker and thread settings, see the [Puma requirements](../.
The downside of running Puma in this configuration is the reduced throughput, which can be
considered a fair tradeoff in a memory-constrained environment.
### Puma single mode known issues
When running Puma in single mode, some features are not supported:
-
[
Phased restart
](
https://gitlab.com/gitlab-org/gitlab/-/issues/300665
)
...
...
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