Filippo Giunchedi has submitted this change and it was merged.

Change subject: redis: bump slave buffer output limit
......................................................................


redis: bump slave buffer output limit

the dataset is ~3GB now and redis slaves can write to disk at ~90MB/s, thus
bump the limit to make synchronization complete successfully

Change-Id: I6a8746b6aa1f028a4ff29616c78c794407ed448a
---
M modules/redis/templates/redis.conf.erb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved



diff --git a/modules/redis/templates/redis.conf.erb 
b/modules/redis/templates/redis.conf.erb
index 0670bd7..b4968ec 100644
--- a/modules/redis/templates/redis.conf.erb
+++ b/modules/redis/templates/redis.conf.erb
@@ -556,7 +556,7 @@
 #
 # Both the hard or the soft limit can be disabled just setting it to zero.
 client-output-buffer-limit normal 0 0 0
-client-output-buffer-limit slave 256mb 64mb 60
+client-output-buffer-limit slave 512mb 200mb 60
 client-output-buffer-limit pubsub 32mb 8mb 60
 
 ##############################################################################

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6a8746b6aa1f028a4ff29616c78c794407ed448a
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to