]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki.rb
Use a numeric mtu
[chef.git] / roles / wiki.rb
index 94f6ae3f8edecd13790ca2b90a2769324ce34f96..21f6ea8a49d49452743140d31a9131d810cd21f2 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
     }
   },
   :apache => {
-    :mpm => "prefork",
+    :mpm => "event",
     :timeout => 30,
     :event => {
       :server_limit => 32,
@@ -21,9 +21,6 @@ default_attributes(
     :version => "5.x",
     :cluster => {
       :name => "wiki"
-    },
-    :script => {
-      :disable_dynamic => false
     }
   },
   :exim => {
@@ -51,8 +48,6 @@ default_attributes(
         :innodb_buffer_pool_size => "4G",
         :key_buffer_size => "64M",
         :max_connections => "200",
-        :query_cache_size => "256M",
-        :query_cache_type => "1",
         :sort_buffer_size => "8M",
         :tmp_table_size => "128M"
       }