From 0aa6689164449c3f661c084ffadaf8d7a58af259 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 23 Jul 2015 12:56:08 +0800 Subject: Bug 1185467 - decrease max_messages to address swap usage alerts --- Bugzilla/JobQueue.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/JobQueue.pm') diff --git a/Bugzilla/JobQueue.pm b/Bugzilla/JobQueue.pm index 50e6de03c..766e4cc16 100644 --- a/Bugzilla/JobQueue.pm +++ b/Bugzilla/JobQueue.pm @@ -45,7 +45,7 @@ use constant DRIVER_CACHE_TIME => 300; # 5 minutes # To avoid memory leak/fragmentation, a worker process won't process more than # MAX_MESSAGES messages. -use constant MAX_MESSAGES => 100; +use constant MAX_MESSAGES => 75; sub job_map { if (!defined(Bugzilla->request_cache->{job_map})) { -- cgit v1.2.3-24-g4f1b