summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bakken <lbakken@pivotal.io>2017-10-12 08:22:19 -0700
committerLuke Bakken <lbakken@pivotal.io>2017-10-12 08:22:19 -0700
commit4a1c169d3148669b6290e27dbd6bc4829a912395 (patch)
tree395d6e2649fb07e01fc7ea6644fccb13cd61adbb
parentf678d1ba15375b56689d10c6eee4e09177cc5ac4 (diff)
downloadrabbitmq-server-git-4a1c169d3148669b6290e27dbd6bc4829a912395.tar.gz
Update 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},