You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -929,8 +929,10 @@ Below is the complete list of available options that can be used to customize yo
929
929
|`REDIS_HOST`| The hostname of the redis server. Defaults to `localhost`|
930
930
|`REDIS_PORT`| The connection port of the redis server. Defaults to `6379`. |
931
931
|`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`. |
934
936
|`SIDEKIQ_CONCURRENCY`| The number of concurrent sidekiq jobs to run. Defaults to `25`|
935
937
|`SIDEKIQ_SHUTDOWN_TIMEOUT`| Timeout for sidekiq shutdown. Defaults to `4`|
936
938
|`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