Elixir memory usage

I seem to recall a minimal web/proxy thing I wrote taking about 24MB used… There is an awful lot of runtime data available in the BEAM. You can easily find out what processes have the largest heaps etc. I’ve used the base Erlang system info calls, but I bet somebody here can guide you to easier-to-use tools that will allow you to drill down and find out where the big uses are.