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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -956,8 +956,8 @@ Below is the complete list of available options that can be used to customize yo
956
956
|`PUMA_TIMEOUT`| Sets the timeout of puma worker processes. Defaults to `60` seconds. |
957
957
|`PUMA_THREADS_MIN`| The number of puma minimum threads. Defaults to `1`. |
958
958
|`PUMA_THREADS_MAX`| The number of puma maximum threads. Defaults to `16`. |
959
-
|`PUMA_PER_WORKER_MAX_MEMORY_MB`| Maximum memory size of per puma worker process. Defaults to `850`. |
960
-
|`PUMA_MASTER_MAX_MEMORY_MB`| Maximum memory size of puma master process. Defaults to `550`. |
959
+
|`PUMA_PER_WORKER_MAX_MEMORY_MB`| Maximum memory size of per puma worker process. Defaults to `1024`. |
960
+
|`PUMA_MASTER_MAX_MEMORY_MB`| Maximum memory size of puma master process. Defaults to `800`. |
961
961
|`SIDEKIQ_CONCURRENCY`| The number of concurrent sidekiq jobs to run. Defaults to `25`|
962
962
|`SIDEKIQ_SHUTDOWN_TIMEOUT`| Timeout for sidekiq shutdown. Defaults to `4`|
963
963
|`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