Author: Christian Bolton
This chapter covers Windows physical memory, virtual memory, 32 vs 64 bit systems, and SQL Server memory.
Errata
None found yet, knock on wood!
Downloads
None yet. If there’s anything you’d like to see added here, let us know with a comment.
On page 41, is the formular correct?
memory_to_reserve = MemReserved + (NumThreads × Stack Size)
I think it should be ReservedMem = memory_to_reserve + (NumThreads × Stack Size)