Skip to content

Commit dc915ba

Browse files
Merge branch 'stable' into rabbitmq-server-batch-betas
2 parents c574fc5 + 9361e2d commit dc915ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ define PROJECT_ENV
1616
{ssl_options, []},
1717
{vm_memory_high_watermark, 0.4},
1818
{vm_memory_high_watermark_paging_ratio, 0.5},
19-
{vm_memory_calculation_strategy, allocated},
19+
{vm_memory_calculation_strategy, rss},
2020
{memory_monitor_interval, 2500},
2121
{disk_free_limit, 50000000}, %% 50MB
2222
{msg_store_index_module, rabbit_msg_store_ets_index},

0 commit comments

Comments
 (0)