mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Update BIND 9 Memory Explained: stylistical changes
@@ -48,7 +48,7 @@ Measuring real memory usage can be tricky, but fortunately, there are some tools
|
||||
|
||||
### Measuring Memory Internally - BIND's view of memory usage
|
||||
|
||||
The BIND [statistics channel](https://bind9.readthedocs.io/en/latest/reference.html#namedconf-statement-statistics-channels) exposes counters for individual memory contexts. The important values are 'InUse' and `Malloced`.
|
||||
The BIND [statistics channel](https://bind9.readthedocs.io/en/latest/reference.html#namedconf-statement-statistics-channels) exposes counters for individual memory contexts. The important values are `InUse` and `Malloced`.
|
||||
- `InUse` counter shows the memory actively used by BIND,
|
||||
- `Malloced` includes the memory management overhead.
|
||||
|
||||
|
Reference in New Issue
Block a user