Update CHANGES and release note [GL #4038]

Mention that memory usage was reduced by allocating properly sized
send buffers for stream-based transports.

(cherry picked from commit 8672d54847)
This commit is contained in:
Artem Boldariev 2023-06-02 12:49:15 +03:00 committed by Ondřej Surý
parent 285e75b3b0
commit 2c145b1862
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
6188. [performance] Reduce memory consumption by allocating properly
sized send buffers for stream-based transports.
[GL #4038]
6185. [func] Add "ClientQuota" statistics channel counter, which
indicates the number of the resolver's spilled queries
due to reaching the clients per query quota. [GL !7978]

View file

@ -48,6 +48,10 @@ Bug Fixes
a delegation from cache was returned to the client. This has now been fixed.
:gl:`#3950`
- BIND could allocate too big buffers when sending data via
stream-based DNS transports, leading to increased memory usage.
This has been fixed. :gl:`#4038`
Known Issues
~~~~~~~~~~~~