summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiana Corbacho <diana@rabbitmq.com>2016-12-22 16:43:19 +0100
committerDiana Corbacho <diana@rabbitmq.com>2016-12-30 11:52:29 +0100
commit70fdf59cb51a47592c77e06a111b4250b8d1ceb5 (patch)
treeb497127251eadca24931b4f54abd6135152ed465 /Makefile
parent58dd55b00851c98c004bb1a3ed7666a5c1a492de (diff)
downloadrabbitmq-server-git-70fdf59cb51a47592c77e06a111b4250b8d1ceb5.tar.gz
Configure memory reduction for all queue types
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 176705010d..633ff689a2 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,8 @@ define PROJECT_ENV
{passphrase, undefined}
]},
%% rabbitmq-server-973
- {lazy_queue_explicit_gc_run_operation_threshold, 250},
+ {queue_explicit_gc_run_operation_threshold, 1000},
+ {lazy_queue_explicit_gc_run_operation_threshold, 1000},
{background_gc_enabled, true},
{background_gc_target_interval, 60000}
]