require "yaml"
+unified_mode true
+
default_action :create
property :site, String, :name_property => true
"GDAL_CACHEMAX" => "512"
limit_nofile 16384
limit_cpu 180
- memory_max "4G"
+ memory_high "512M"
+ memory_max "1G"
user "imagery"
group "imagery"
exec_start_pre "/bin/rm -f /run/mapserver-fastcgi/layer-#{new_resource.site}-#{index}.socket"