From 64b44133037db52aad248e63731c44a4aa3d6bf0 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 20 Dec 2018 22:42:53 +0000 Subject: [PATCH] imagery: use limit_as on service --- cookbooks/imagery/resources/site.rb | 1 + 1 file changed, 1 insertion(+) 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" -- 2.43.2