Skip to content

Commit 2ff8586

Browse files
authored
Update memory-management-architecture-guide.md
Change "THe" to "The"
1 parent 8f57596 commit 2ff8586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relational-databases/memory-management-architecture-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ By using AWE and the Locked Pages in Memory privilege, you can provide the follo
6969
## Changes to Memory Management starting with [!INCLUDE[ssSQL11](../includes/sssql11-md.md)]
7070

7171
In earlier versions of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] ( [!INCLUDE[ssVersion2005](../includes/ssversion2005-md.md)], [!INCLUDE[ssKatmai](../includes/ssKatmai-md.md)] and [!INCLUDE[ssKilimanjaro](../includes/ssKilimanjaro-md.md)]), memory allocation was done using five different mechanisms:
72-
- **Single-Page Allocator (SPA)**, including only memory allocations that were less than, or equal to 8-KB in the [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] process. The *max server memory (MB)* and *min server memory (MB)* configuration options determined the limits of physical memory that the SPA consumed. THe buffer pool was simultaneously the mechanism for SPA, and the largest consumer of single-page allocations.
72+
- **Single-Page Allocator (SPA)**, including only memory allocations that were less than, or equal to 8-KB in the [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] process. The *max server memory (MB)* and *min server memory (MB)* configuration options determined the limits of physical memory that the SPA consumed. The buffer pool was simultaneously the mechanism for SPA, and the largest consumer of single-page allocations.
7373
- **Multi-Page Allocator (MPA)**, for memory allocations that request more than 8-KB.
7474
- **CLR Allocator**, including the SQL CLR heaps and its global allocations that are created during CLR initialization.
7575
- Memory allocations for **[thread stacks](../relational-databases/memory-management-architecture-guide.md#stacksizes)** in the [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] process.

0 commit comments

Comments
 (0)