Browse Source

fix(vm): add literal_alloc memory calculation

JimMoen 4 years ago
parent
commit
d4246ad2f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/emqx/src/emqx_vm.erl

+ 1 - 0
apps/emqx/src/emqx_vm.erl

@@ -57,6 +57,7 @@
                           sl_alloc,
                           sl_alloc,
                           ll_alloc,
                           ll_alloc,
                           fix_alloc,
                           fix_alloc,
+                          literal_alloc,
                           std_alloc
                           std_alloc
                          ]).
                          ]).