diff --git a/BIND-9-Memory-Explained.md b/BIND-9-Memory-Explained.md index 634245e..e23a4f7 100644 --- a/BIND-9-Memory-Explained.md +++ b/BIND-9-Memory-Explained.md @@ -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.