Jcrespo has uploaded a new change for review. https://gerrit.wikimedia.org/r/249132
Change subject: Setting max_allowed_package to 32MB because otrs requires it ...................................................................... Setting max_allowed_package to 32MB because otrs requires it Change-Id: I331bc2e3001a073d2af69aa7b6a5785a3b299e1c --- M templates/mariadb/misc.my.cnf.erb 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/32/249132/1 diff --git a/templates/mariadb/misc.my.cnf.erb b/templates/mariadb/misc.my.cnf.erb index a633193..6130108 100644 --- a/templates/mariadb/misc.my.cnf.erb +++ b/templates/mariadb/misc.my.cnf.erb @@ -25,7 +25,7 @@ max_connections = 500 extra_max_connections = 10 max_connect_errors = 1000000000 -max_allowed_packet = 16M +max_allowed_packet = 32M connect_timeout = 3 query_cache_size = 0 query_cache_type = 0 @@ -69,6 +69,6 @@ [mysqldump] quick -max_allowed_packet = 16M +max_allowed_packet = 32M -#!includedir /etc/mysql/conf.d/ \ No newline at end of file +#!includedir /etc/mysql/conf.d/ -- To view, visit https://gerrit.wikimedia.org/r/249132 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I331bc2e3001a073d2af69aa7b6a5785a3b299e1c 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
