mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Update BIND 9 Memory Explained
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user