projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
imagery: workaround mapserv defer memory leak
[chef.git]
/
cookbooks
/
imagery
/
resources
/
site.rb
diff --git
a/cookbooks/imagery/resources/site.rb
b/cookbooks/imagery/resources/site.rb
index e1850849122e82e96a249ef73d420bcf7824796f..19d18e5a4500ae1e434d7fed427c169e69728ef3 100644
(file)
--- a/
cookbooks/imagery/resources/site.rb
+++ b/
cookbooks/imagery/resources/site.rb
@@
-105,8
+105,7
@@
action :create do
"MS_ERRORFILE" => "stderr",
"GDAL_CACHEMAX" => "128"
limit_nofile 16384
- memory_high "512M"
- memory_max "1G"
+ memory_max "2G"
user "imagery"
group "imagery"
exec_start_pre "/bin/rm -f /run/mapserver-fastcgi/layer-#{new_resource.site}.socket"