From: Grant Slater Date: Fri, 3 Jul 2020 00:00:51 +0000 (+0100) Subject: imagery: update os om local key X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9b54c53f363126cd032ad6c33cf09274f343d742 imagery: update os om local key --- diff --git a/cookbooks/imagery/recipes/gb_os_sv.rb b/cookbooks/imagery/recipes/gb_os_sv.rb index d18db5814..b9578b1e2 100644 --- a/cookbooks/imagery/recipes/gb_os_sv.rb +++ b/cookbooks/imagery/recipes/gb_os_sv.rb @@ -1063,7 +1063,8 @@ imagery_layer "gb_os_om_local_2020_04" do projection "EPSG:27700" source "/data/imagery/gb/openmap-local/2020-04/os-openmap-local-2020-04-combined-sea.vrt" copyright "Contains OS data © Crown copyright and database right 2020" + revision 1 background_colour "213 244 248" # OS OpenMap Local Water Blue extension "os_om_local_png" - url_aliases ["/om-local-2020-04"] + url_aliases ["/om-local-2020-04", "/om-local"] end diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 8aaef45ee..720181498 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -106,7 +106,7 @@ action :create do "MS_ERRORFILE" => "stderr", "GDAL_CACHEMAX" => "512" limit_nofile 16384 - limit_cpu 60 + limit_cpu 180 memory_max "4G" user "imagery" group "imagery"