diff --git a/install/fpm/configuration.xml b/install/fpm/configuration.xml index 88588379c5..77f731ddde 100644 --- a/install/fpm/configuration.xml +++ b/install/fpm/configuration.xml @@ -213,12 +213,18 @@ Choose how the process manager will control the number of child - processes. Possible values: static, dynamic. + processes. Possible values: static, ondemand, + dynamic. This option is mandatory. static - the number of child processes is fixed (pm.max_children). + + ondemand - the processes spawn on demand (when requested, + as opposed to dynamic, where pm.start_servers are started + when the service is started. + dynamic - the number of child processes is set dynamically based on the following directives: pm.max_children, pm.start_servers,