2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

Update BIND 9 Memory Explained

Ondřej Surý 2022-12-08 14:54:25 +00:00
parent 15682c0f46
commit 6168080545

@ -1,5 +1,3 @@
# BIND 9 Memory Explained
## The Basics
BIND 9 basic memory management object is a memory context, the application can have as many as it is practical. There are two reasons for a separate memory context: a) logical separation - this includes both separate accounting, and different configuration, b) contention and speed - access to a memory context pinned on a specific thread will not be blocked by different threads.