mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
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:
parent
285e75b3b0
commit
2c145b1862
2 changed files with 8 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue