Skip to content

Commit c1e63f5

Browse files
authored
[Doc] Migrate doc for unicorn parameters to puma (#2123)
unicorn is removed at #2117
1 parent c773d84 commit c1e63f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,10 @@ Below is the complete list of available options that can be used to customize yo
929929
| `REDIS_HOST` | The hostname of the redis server. Defaults to `localhost` |
930930
| `REDIS_PORT` | The connection port of the redis server. Defaults to `6379`. |
931931
| `REDIS_DB_NUMBER` | The redis database number. Defaults to '0'. |
932-
| `UNICORN_WORKERS` | The number of unicorn workers to start. Defaults to `3`. |
933-
| `UNICORN_TIMEOUT` | Sets the timeout of unicorn worker processes. Defaults to `60` seconds. |
932+
| `PUMA_WORKERS` | The number of puma workers to start. Defaults to `3`. |
933+
| `PUMA_TIMEOUT` | Sets the timeout of puma worker processes. Defaults to `60` seconds. |
934+
| `PUMA_THREADS_MIN` | The number of puma minimum threads. Defaults to `1`. |
935+
| `PUMA_THREADS_MAX` | The number of puma maximum threads. Defaults to `16`. |
934936
| `SIDEKIQ_CONCURRENCY` | The number of concurrent sidekiq jobs to run. Defaults to `25` |
935937
| `SIDEKIQ_SHUTDOWN_TIMEOUT` | Timeout for sidekiq shutdown. Defaults to `4` |
936938
| `SIDEKIQ_MEMORY_KILLER_MAX_RSS` | Non-zero value enables the SidekiqMemoryKiller. Defaults to `1000000`. For additional options refer [Configuring the MemoryKiller](http://doc.gitlab.com/ce/operations/sidekiq_memory_killer.html) |

0 commit comments

Comments
 (0)