From 61680805455cf7347fa96d36e2dace88a941dd19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 8 Dec 2022 14:54:25 +0000 Subject: [PATCH] Update BIND 9 Memory Explained --- BIND-9-Memory-Explained.md | 2 -- 1 file changed, 2 deletions(-) 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.