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
image stream definitions] for all the provided {product-title} images.
64
66
67
+
[[s2i-images-ruby-config]]
65
68
== Configuration
66
69
The Ruby image supports a number of environment variables which can be set to
67
70
control the configuration and behavior of the Ruby runtime.
@@ -99,10 +102,15 @@ environment. Therefore, you can use this variable when assets have already been
99
102
compiled.
100
103
101
104
|`*PUMA_MIN_THREADS*`, `*PUMA_MAX_THREADS*`
102
-
|Indicates the minimum and maximum threads that will be available in https://github.com/puma/puma[Puma]'s thread pool.
105
+
|This variable indicates the minimum and maximum number of threads that will be
106
+
available in link:https://github.com/puma/puma[Puma]'s thread pool.
103
107
104
108
|`*PUMA_WORKERS*`
105
-
|Indicates the number of worker processes that will be launched. See documentation on Puma's https://github.com/puma/puma#clustered-mode[clustered mode]. If not explicitly set, the default behavior sets `*PUMA_WORKERS*` to an appropriate value for the memory available to the container and the number of cores on the host.
109
+
|This variable indicates the number of worker processes to be launched in Puma's
0 commit comments