]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/resources/site.rb
imagery: allow mapserver to use network
[chef.git] / cookbooks / imagery / resources / site.rb
index c25f7216854b148570f063eb224d416431d1fc7a..81cc0ec906915c68016380cb0b86888cbfa39ab1 100644 (file)
@@ -107,13 +107,14 @@ action :create do
                 "MS_ERRORFILE" => "stderr",
                 "GDAL_CACHEMAX" => "128"
     limit_nofile 16384
-    memory_high "4G"
-    memory_max "8G"
+    memory_high "12G"
+    memory_max "12G"
     user "imagery"
     group "imagery"
     exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"
     standard_input "socket"
     sandbox true
+    enable_network true
     restrict_address_families "AF_UNIX"
     timeout_stop_sec 60
     not_if { new_resource.uses_tiler }