summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2017-10-11 07:06:57 +0100
committerMichael Klishin <mklishin@pivotal.io>2017-10-12 18:58:52 +0300
commite32c7d3f281456bad0ee1a47214007668175f6fa (patch)
tree6cc52cc32519905a2d6dc55b3ae6a5c58262a57d /Makefile
parent828a978ec6f426a5e6af0798d21317f07a7c6695 (diff)
downloadrabbitmq-server-git-e32c7d3f281456bad0ee1a47214007668175f6fa.tar.gz
Update default allocator strategy to match rabbitmq/rabbitmq-common#224
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16fb2175bc..45720697b8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ define PROJECT_ENV
{ssl_options, []},
{vm_memory_high_watermark, 0.4},
{vm_memory_high_watermark_paging_ratio, 0.5},
- {vm_memory_calculation_strategy, rss},
+ {vm_memory_calculation_strategy, allocated},
{memory_monitor_interval, 2500},
{disk_free_limit, 50000000}, %% 50MB
{msg_store_index_module, rabbit_msg_store_ets_index},