diff --git a/BIND-9-Memory-Explained.md b/BIND-9-Memory-Explained.md index 9c71ab9..3a808d5 100644 --- a/BIND-9-Memory-Explained.md +++ b/BIND-9-Memory-Explained.md @@ -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.