X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/15639458644993a98702f398045ac8005e3ff023..dc88c4068c574ea04d3085c8d8b0b80660688db7:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index 845f99fe2..21f6ea8a4 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -8,7 +8,7 @@ default_attributes( } }, :apache => { - :mpm => "prefork", + :mpm => "event", :timeout => 30, :event => { :server_limit => 32, @@ -48,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" }