Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/operations/puma.md')
-rw-r--r--doc/administration/operations/puma.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/administration/operations/puma.md b/doc/administration/operations/puma.md
index 12a8b2faadc..0025ca109e5 100644
--- a/doc/administration/operations/puma.md
+++ b/doc/administration/operations/puma.md
@@ -1,5 +1,5 @@
---
-stage: Enablement
+stage: Systems
group: Distribution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---
@@ -252,19 +252,19 @@ To switch from Unicorn to Puma:
| `unicorn['enable']` | `puma['enable']` |
| `unicorn['worker_timeout']` | `puma['worker_timeout']` |
| `unicorn['worker_processes']` | `puma['worker_processes']` |
- | n/a | `puma['ha']` |
- | n/a | `puma['min_threads']` |
- | n/a | `puma['max_threads']` |
+ | Not applicable | `puma['ha']` |
+ | Not applicable | `puma['min_threads']` |
+ | Not applicable | `puma['max_threads']` |
| `unicorn['listen']` | `puma['listen']` |
| `unicorn['port']` | `puma['port']` |
| `unicorn['socket']` | `puma['socket']` |
| `unicorn['pidfile']` | `puma['pidfile']` |
- | `unicorn['tcp_nopush']` | n/a |
- | `unicorn['backlog_socket']` | n/a |
+ | `unicorn['tcp_nopush']` | Not applicable |
+ | `unicorn['backlog_socket']` | Not applicable |
| `unicorn['somaxconn']` | `puma['somaxconn']` |
- | n/a | `puma['state_path']` |
+ | Not applicable | `puma['state_path']` |
| `unicorn['log_directory']` | `puma['log_directory']` |
- | `unicorn['worker_memory_limit_min']` | n/a |
+ | `unicorn['worker_memory_limit_min']` | Not applicable |
| `unicorn['worker_memory_limit_max']` | `puma['per_worker_max_memory_mb']` |
| `unicorn['exporter_enabled']` | `puma['exporter_enabled']` |
| `unicorn['exporter_address']` | `puma['exporter_address']` |
@@ -281,4 +281,4 @@ To switch from Unicorn to Puma:
## Related topics
-- [Use the Puma exporter to measure various Puma metrics](../monitoring/prometheus/puma_exporter.md)
+- [Use a dedicated metrics server to export web metrics](../monitoring/prometheus/puma_exporter.md)