[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/install/fpm/_configuration.xml?=
From:       Remi_Collet <remi () php ! net>
Date:       2015-01-29 8:26:33
Message-ID: svn-remi-1422519993-335822-1089669256 () svn ! php ! net
[Download RAW message or body]

remi                                     Thu, 29 Jan 2015 08:26:33 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=335822

Log:
Fixed bug #61227 Missing FPM options, process.max and process.priority

Bug: https://bugs.php.net/61227 (Assigned) process.max isn't documented
      
Changed paths:
    U   phpdoc/en/trunk/install/fpm/configuration.xml

Modified: phpdoc/en/trunk/install/fpm/configuration.xml
===================================================================
--- phpdoc/en/trunk/install/fpm/configuration.xml	2015-01-29 08:15:04 UTC (rev 335821)
+++ phpdoc/en/trunk/install/fpm/configuration.xml	2015-01-29 08:26:33 UTC (rev 335822)
@@ -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>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic