From 2ddf7d9e9f12126de76fd071c5a9f619e4cab1a1 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 24 Mar 2015 13:34:47 +0100 Subject: [PATCH] reduce fpm pool size on pummelzacken --- roles/pummelzacken.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index cae7b6562..a97333751 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -43,12 +43,12 @@ default_attributes( :www => { :port => "8000", :pm => "dynamic", - :max_children => "70" + :max_children => "60" }, :bulk => { :port => "8001", :pm => "static", - :max_children => "10" + :max_children => "5" } }, :tablespaces => { -- 2.43.2