2
0
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

Petr Špaček
2023-09-14 14:45:57 +00:00
parent 44f8c83542
commit 1619622fa9

@@ -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.