From: Grant Slater Date: Thu, 20 Dec 2018 22:42:53 +0000 (+0000) Subject: imagery: use limit_as on service X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/64b44133037db52aad248e63731c44a4aa3d6bf0 imagery: use limit_as on service --- diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 936f23cc7..16e48d380 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -106,6 +106,7 @@ action :create do "MS_ERRORFILE" => "stderr", "GDAL_CACHEMAX" => "512" limit_nofile 16384 + limit_as "1G" memory_max "2G" user "imagery" group "imagery"