Jcrespo has uploaded a new change for review.

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

Change subject: Pool db1079 as an api server; reduce main load
......................................................................

Pool db1079 as an api server; reduce main load

There was saturation on one of the smallest servers on s7,
probably not related to T142135 changes, but it may be another
cause for T141090.

Bug: T141090
Change-Id: I50b67ecf23171c8993a159ccd0357e584bfefc62
---
M wmf-config/db-eqiad.php
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/45/303145/1

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 02c6204..2720e80 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -168,7 +168,7 @@
                'db1034' => 1,   # 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
 #              'db1039' => 0,   # 1.4TB  64GB
                'db1062' => 1,   # 2.8TB 128GB, watchlist, recentchanges, 
contributions, logpager
-               'db1079' => 500, # 3.6TB 512GB
+               'db1079' => 300, # 3.6TB 512GB, api
                'db1086' => 500, # 3.6TB 512GB
                'db1094' => 500, # 3.6TB 512GB
        ],
@@ -362,6 +362,9 @@
                'dump' => [
                        'db1028' => 1,
                ],
+               'api' => [
+                       'db1079' => 1,
+               ],
                'watchlist' => [
                        'db1062' => 1,
                ],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I50b67ecf23171c8993a159ccd0357e584bfefc62
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jcrespo <jcre...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to