healthcheck: report real amount of memory allocated by beam

as opposed to memory currently in use
This commit is contained in:
rinpatch 2020-05-08 23:51:59 +03:00
commit 30eaef9d61
2 changed files with 4 additions and 1 deletions

View file

@ -42,6 +42,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased (patch)]
### Fixed
- Healthcheck reporting the number of memory currently used, rather than allocated in total
## [2.0.3] - 2020-05-02
### Security