From 0da571b9924a207e355feee489c2bff29a5ec6cc Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 27 Aug 2014 17:05:00 +0000 Subject: [PATCH] Turn fmn threadpool size down a bit. --- roles/notifs/backend/templates/fmn.consumer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 0799f7d7fc..82b5b06cca 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -25,8 +25,8 @@ config = { # This sets up four threads to handle incoming messages. At the time of # this commit, all of our fedmsg daemons are running in single-threaded # mode. If we turn it on globally, we should remove this setting. - "moksha.workers_per_consumer": 6, - "moksha.threadpool_size": 15, + "moksha.workers_per_consumer": 4, + "moksha.threadpool_size": 10, # Some configuration for the rule processors "fmn.rules.utils.use_pkgdb2": True,