memory_size

A small library for estimating the memory usage of huge process states.

MIT License

Downloads
572
Stars
30

MemorySize

This is a simple library for getting approximate memory usage of an Erlang/Elixir term. It trades accuracy for speed by sampling very large lists and maps.

Documentation

This library contains internal documentation. Documentation is available on HexDocs, or you can generate the documentation from source:

$ mix deps.get
$ mix docs

Running the Tests

Tests can be run by running mix test in the root directory of the library.

License

MemorySize is released under the MIT License. Check LICENSE file for more information.