diff options
author | Max Romanov <max.romanov@nginx.com> | 2021-02-03 23:23:28 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2021-02-03 23:23:28 +0300 |
commit | 75a5dcfc4ec4f92a196c0cf3a187081a238a6b1d (patch) | |
tree | 148ef6c171b8ace5362f919d08895b4377bd6062 /docs/changes.xml | |
parent | b1685dbc769a1b62eedc3249697c30d8770fc8c3 (diff) | |
download | unit-75a5dcfc4ec4f92a196c0cf3a187081a238a6b1d.tar.gz unit-75a5dcfc4ec4f92a196c0cf3a187081a238a6b1d.tar.bz2 |
Fixing shared app queue unmap size.
Shared app queue takes more memory than port memory. To unmap all memory pages
correct size need to be specified for munmap() call. Otherwise 4 Mb memory
leaked on each configured application removal.
The issue was introduced in 1d84b9e4b459.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 219ebfa2..d12e73c6 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -104,6 +104,13 @@ that uses WebSocket. </para> </change> +<change type="bugfix"> +<para> +a memory leak occurring in the router process when removing or reconfiguring +an application; the bug had appeared in 1.19.0. +</para> +</change> + </changes> |