Rfaulk has uploaded a new change for review. https://gerrit.wikimedia.org/r/56512
Change subject: mod. reduce max process count for user metrics project hosted on stat1001. ...................................................................... mod. reduce max process count for user metrics project hosted on stat1001. Change-Id: I4cf2d34c17aa9730cfdca96fc6dd54aabad327b3 --- M templates/misc/e3-metrics.settings.py.erb 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/12/56512/1 diff --git a/templates/misc/e3-metrics.settings.py.erb b/templates/misc/e3-metrics.settings.py.erb index c51a1c9..cc8f07f 100644 --- a/templates/misc/e3-metrics.settings.py.erb +++ b/templates/misc/e3-metrics.settings.py.erb @@ -17,8 +17,8 @@ __data_file_dir__ = ''.join([__project_home__, 'data/']) __query_module__ = 'user_metrics.query.query_calls_sql' -__user_thread_max__ = 100 -__rev_thread_max__ = 50 +__user_thread_max__ = 50 +__rev_thread_max__ = 20 __time_series_thread_max__ = 6 __cohort_data_instance__ = 'cohorts' -- To view, visit https://gerrit.wikimedia.org/r/56512 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4cf2d34c17aa9730cfdca96fc6dd54aabad327b3 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Rfaulk <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
