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