Springle has submitted this change and it was merged.

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(-)

Approvals:
  Springle: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I38dccd0824eb47f4f5a4da303939881bfbfc1f59
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Springle <[email protected]>
Gerrit-Reviewer: Springle <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to