]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/resources/site.rb
Set --with-ssh when building rugged for oxidized
[chef.git] / cookbooks / imagery / resources / site.rb
index 0d46526ce560cd9b777dcc4d62072a5951fda427..7151c68c60ad2fc01d6044a54040820b33e7c9bf 100644 (file)
@@ -107,10 +107,12 @@ action :create do
                 "MS_ERRORFILE" => "stderr",
                 "GDAL_CACHEMAX" => "128",
                 "GDAL_HTTP_TCP_KEEPALIVE" => "YES",
-                "GDAL_HTTP_VERSION" => "2TLS"
+                "GDAL_HTTP_VERSION" => "2TLS",
+                "GDAL_ENABLE_WMS_CACHE" => "NO"
     limit_nofile 16384
     memory_high "12G"
     memory_max "12G"
+    limit_core 0
     user "imagery"
     group "imagery"
     exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"