Awight has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/395608 )
Change subject: Tune ORES Celery workers up a bit ...................................................................... Tune ORES Celery workers up a bit Looks like we can support more workers without running out of memory. Bug: T169246 Change-Id: Ic5cd8786f40e308efe1b3ead6ea358cbafd9472c --- M hieradata/role/common/ores/stresstest.yaml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/08/395608/1 diff --git a/hieradata/role/common/ores/stresstest.yaml b/hieradata/role/common/ores/stresstest.yaml index 56485f9..a64d5ad 100644 --- a/hieradata/role/common/ores/stresstest.yaml +++ b/hieradata/role/common/ores/stresstest.yaml @@ -2,7 +2,7 @@ admin::groups: - ores-admin profile::ores::web::redis_host: "ores1001.eqiad.wmnet" -profile::ores::celery::workers: 100 +profile::ores::celery::workers: 150 profile::ores::celery::queue_maxsize: 200 # The password is in the private store, this is here for completeness # profile::ores::web::redis_password: nothing -- To view, visit https://gerrit.wikimedia.org/r/395608 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic5cd8786f40e308efe1b3ead6ea358cbafd9472c Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Awight <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
