From 60792731668f9c32fa491c2bc8f5490ac4125fa0 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 19 Oct 2017 22:09:48 +0200 Subject: [PATCH] increase fpm pool sizes on dulcy --- roles/dulcy.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/dulcy.rb b/roles/dulcy.rb index adf37e26e..1c90212df 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -58,6 +58,14 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/ssd/tablespaces/daux", "iaux" => "/ssd/tablespaces/iaux" + }, + :fpm_pools => { + :www => { + :max_children => "120" + }, + :bulk => { + :max_children => "20" + } } }, :sysfs => { -- 2.43.2