mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed bug #61227 Missing FPM options, process.max and process.priority
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335822 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9440e33553
commit
36bd047210
1 changed files with 27 additions and 0 deletions
|
@ -111,6 +111,33 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="process-max">
|
||||
<term>
|
||||
<parameter>process.max</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The maximum number of processes FPM will fork. This has been design
|
||||
to control the global number of processes when using dynamic PM
|
||||
within a lot of pools. Use it with caution.
|
||||
Default value: 0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="process-priority">
|
||||
<term>
|
||||
<parameter>process.priority</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specify the nice(2) priority to apply to the master process (only if set)
|
||||
The value can vary from -19 (highest priority) to 20 (lower priority).
|
||||
Default value: not set.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="daemonize">
|
||||
<term>
|
||||
<parameter>daemonize</parameter>
|
||||
|
|
Loading…
Reference in a new issue