From 36bd047210c4d921c9c613ceb6cb4c27c307838f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Jan 2015 08:26:33 +0000 Subject: [PATCH] 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 --- install/fpm/configuration.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/install/fpm/configuration.xml b/install/fpm/configuration.xml index 9425004451..255f648cd5 100644 --- a/install/fpm/configuration.xml +++ b/install/fpm/configuration.xml @@ -111,6 +111,33 @@ + + + process.max + int + + + + 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. + + + + + + process.priority + int + + + + 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. + + + daemonize