From 835edca137f973a73154a40470b3baf7e043eb73 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 11 Mar 2024 08:27:44 +0000 Subject: [PATCH] Increase mysql connection limit for the wiki --- roles/wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/wiki.rb b/roles/wiki.rb index c4783f78c..1e19d9df1 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -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" } -- 2.39.5