Reputation: 1307
Is that possible to check memory usage in Elixir? (maybe calling Erlang)
This is what I want to achieve:
Upvotes: 14
Views: 4749
Reputation: 1307
:erlang.memory(:total)
was what I was looking for. Thank you Dogbert for pointing this out in your comment.
Upvotes: 20