Skip to content

Commit 627339a

Browse files
committed
Use strategy as key
[#152311595]
1 parent 9b6593a commit 627339a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_vm.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ memory() ->
105105
{allocated_unused, AllocatedUnused},
106106
{reserved_unallocated, OSReserved},
107107
{strategy, Strategy},
108-
{total, [{erlang_total, ErlangTotal},
108+
{total, [{erlang, ErlangTotal},
109109
{rss, Rss},
110110
{allocated, Allocated}]}
111111
].

0 commit comments

Comments
 (0)