diff options
author | rinpatch <rinpatch@sdf.org> | 2020-05-08 23:51:59 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-05-08 23:57:47 +0300 |
commit | 30eaef9d615428b23dbc569b6e6c745185bb00b8 (patch) | |
tree | a019b365a0d69be5433d7f3b4662b26306320636 /CHANGELOG.md | |
parent | df82ee417916b4c1572c4c3403566cf19ff68ee4 (diff) | |
download | pleroma-30eaef9d615428b23dbc569b6e6c745185bb00b8.tar.gz pleroma-30eaef9d615428b23dbc569b6e6c745185bb00b8.zip |
healthcheck: report real amount of memory allocated by beam
as opposed to memory currently in use
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 270c1b869..d469793f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |