From: Sarah Hoffmann Date: Fri, 4 Dec 2020 16:06:13 +0000 (+0100) Subject: pummelzacken: increase fpm-pool size X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4ad1c3e037df10b4b092b3c0c114150a78917f0a pummelzacken: increase fpm-pool size --- diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 05393514c..b1d9bff2f 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -62,6 +62,13 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" + }, + :fpm_pools => { + "nominatim.openstreetmap.org" => { + :pm => "dynamic", + :max_children => 120, + :prometheus_port => 9253 + } } } )