From: Sarah Hoffmann Date: Mon, 29 Jul 2013 20:53:39 +0000 (+0200) Subject: reduce fpm pool size for nominatim X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/1e6d32478727fcd4b8fc0d3949a7112a2fc9899d?hp=52fdc4a3c6730e04833209fdfcbf2e249e46bb50 reduce fpm pool size for nominatim --- diff --git a/roles/nominatim.rb b/roles/nominatim.rb index ccb9cf0d5..f2f266833 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -55,7 +55,7 @@ default_attributes( :fpm_pools => { :www => { :pm => "dynamic", - :max_children => "50" + :max_children => "30" }, :bulk => { :pm => "static",