Jcrespo has uploaded a new change for review. https://gerrit.wikimedia.org/r/232053
Change subject: Revert "Increasing max_connections variables on all misc servers" ...................................................................... Revert "Increasing max_connections variables on all misc servers" Change applied to the wrong role. This reverts commit 1039a80fbf5f86cc920077aa22ac324b8b335bbe. Change-Id: I213b073b4ee243b3fae316604e812a43ebea7fb1 --- M templates/mariadb/misc.my.cnf.erb 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/53/232053/1 diff --git a/templates/mariadb/misc.my.cnf.erb b/templates/mariadb/misc.my.cnf.erb index 2685994..a633193 100644 --- a/templates/mariadb/misc.my.cnf.erb +++ b/templates/mariadb/misc.my.cnf.erb @@ -22,7 +22,7 @@ skip-name-resolve temp-pool -max_connections = 1500 +max_connections = 500 extra_max_connections = 10 max_connect_errors = 1000000000 max_allowed_packet = 16M @@ -71,4 +71,4 @@ quick max_allowed_packet = 16M -#!includedir /etc/mysql/conf.d/ +#!includedir /etc/mysql/conf.d/ \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/232053 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I213b073b4ee243b3fae316604e812a43ebea7fb1 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Jcrespo <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
