[Pkg-php-commits] [php/debian-sid] Make php5-fpm quiet about pm.start_servers

Ondřej Surý ondrej at sury.org
Thu Mar 24 08:13:50 UTC 2011


---
 debian/patches/fpm-config.patch |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/debian/patches/fpm-config.patch b/debian/patches/fpm-config.patch
index 9946725..70be0bb 100644
--- a/debian/patches/fpm-config.patch
+++ b/debian/patches/fpm-config.patch
@@ -41,7 +41,13 @@ Last-Update: 2010-07-30
  ; Start a new pool named 'www'.
  ; the variable $pool can we used in any directive and will be replaced by the
  ; pool name ('www' here)
-@@ -159,12 +163,12 @@ pm.max_children = 50
+@@ -154,17 +158,17 @@ pm.max_children = 50
+ ; The number of child processes created on startup.
+ ; Note: Used only when pm is set to 'dynamic'
+ ; Default Value: min_spare_servers + (max_spare_servers - min_spare_servers) / 2
+-;pm.start_servers = 20
++pm.start_servers = 20
+ 
  ; The desired minimum number of idle server processes.
  ; Note: Used only when pm is set to 'dynamic'
  ; Note: Mandatory when pm is set to 'dynamic'
-- 
1.7.1





More information about the Pkg-php-commits mailing list