Springle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/97671


Change subject: Reduce max_connections for parsercache dbs.
......................................................................

Reduce max_connections for parsercache dbs.

Max_used_connections is down around 1000 on all three pc100x boxes,
so this should not impact except to prevent another 5000 pile up.

Change-Id: I38dccd0824eb47f4f5a4da303939881bfbfc1f59
---
M modules/mysql_wmf/templates/paresercache.my.cnf.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/71/97671/1

diff --git a/modules/mysql_wmf/templates/paresercache.my.cnf.erb 
b/modules/mysql_wmf/templates/paresercache.my.cnf.erb
index 5036724..e70266d 100644
--- a/modules/mysql_wmf/templates/paresercache.my.cnf.erb
+++ b/modules/mysql_wmf/templates/paresercache.my.cnf.erb
@@ -21,7 +21,7 @@
 thread_stack           = 192K
 thread_cache_size      = 1000
 
-max_connections        = 5000
+max_connections        = 2000
 table_open_cache       = 50000
 table_definition_cache = 40000
 

-- 
To view, visit https://gerrit.wikimedia.org/r/97671
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I38dccd0824eb47f4f5a4da303939881bfbfc1f59
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Springle <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to