diff options
| author | Diana Corbacho <diana@rabbitmq.com> | 2016-12-22 16:43:19 +0100 |
|---|---|---|
| committer | Diana Corbacho <diana@rabbitmq.com> | 2016-12-30 11:52:29 +0100 |
| commit | 70fdf59cb51a47592c77e06a111b4250b8d1ceb5 (patch) | |
| tree | b497127251eadca24931b4f54abd6135152ed465 /Makefile | |
| parent | 58dd55b00851c98c004bb1a3ed7666a5c1a492de (diff) | |
| download | rabbitmq-server-git-70fdf59cb51a47592c77e06a111b4250b8d1ceb5.tar.gz | |
Configure memory reduction for all queue types
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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} ] |
