Awight has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/395579 )
Change subject: Reduce the number of Celery workers for ORES ...................................................................... Reduce the number of Celery workers for ORES See the estimation in https://phabricator.wikimedia.org/T169246#3813675 We were hitting OOM as the workers warmed up. Guessing the amount of memory a warm worker requires is turning out to be difficult. Bug: T169246 Change-Id: Id4543469d2f107e3b84fe34ae54a606f02f2f129 --- 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/79/395579/1 diff --git a/hieradata/role/common/ores/stresstest.yaml b/hieradata/role/common/ores/stresstest.yaml index c73b65f..56485f9 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: 240 +profile::ores::celery::workers: 100 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/395579 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id4543469d2f107e3b84fe34ae54a606f02f2f129 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
