]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki.rb
Increase mysql connection limit for the wiki
[chef.git] / roles / wiki.rb
index c4783f78c2e8453c6f7bea88790382afa5c6324b..1e19d9df136d67bfbdc01385e19d1674c6572c4a 100644 (file)
@@ -55,7 +55,7 @@ default_attributes(
       :mysqld => {
         :innodb_buffer_pool_size => "4G",
         :key_buffer_size => "64M",
-        :max_connections => "200",
+        :max_connections => "500",
         :sort_buffer_size => "8M",
         :tmp_table_size => "128M"
       }