]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Revert "Tile: switch bunyip, jakelong, lurien & trogdor back to default tile server...
[chef.git] / roles / tile.rb
index c9338173a78e5a74127fff0bc02643035c601ebc..8a011513e46bfcdab57d3e9c9b27bee4d96f240c 100644 (file)
@@ -10,6 +10,18 @@ default_attributes(
       },
     },
   },
+  :apache => {
+    :mpm => "event",
+    :timeout => 60,
+    :event => {
+      :server_limit => 60,
+      :max_clients => 1200,
+      :threads_per_child => 20,
+      :min_spare_threads => 30,
+      :max_spare_threads => 180,
+      :max_requests_per_child => 100000
+    }
+  },
   :apt => {
     :sources => [ "ubuntugis-stable" ]
   },