mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Document FPM pm.max_spawn_rate configuration directive
This commit is contained in:
parent
aa4b1bf316
commit
615dc682cf
1 changed files with 13 additions and 0 deletions
|
@ -452,6 +452,19 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="pm.max-spawn-rate">
|
||||
<term>
|
||||
<parameter>pm.max_spawn_rate</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The number of rate to spawn child processes at once. Used only when
|
||||
<literal>pm</literal> is set to <literal>dynamic</literal>.
|
||||
Default value: 32
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="pm.process-idle-timeout">
|
||||
<term>
|
||||
<parameter>pm.process_idle_timeout</parameter>
|
||||
|
|
Loading…
Reference in a new issue