Sign in
Slava Oks's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Be Aware
Coding & Debugging tips
Memory Management
Pages
Q&A
Q&A
SQL Server Memory Management
SQL Server Scheduling
SQLOS
SQLOS's DMVs
Browse by Tags
MSDN Blogs
>
Slava Oks's WebLog
>
All Tags
>
q&a
Tagged Content List
Blog Post:
Changing gears
slavao
You haven't heard from me in while and there is a reason. I moved from SQL Server's Storage Engine team to a new incubation team that is involved in exploring new directions in operating systems. This subject area has been always very fascinating for me as you easily might deduce from my previous posts...
on
7 Mar 2007
Blog Post:
Q and A: Ratio between AWE Allocated and VM Committed/Reserved in DBCC MEMORYSTATUS output
slavao
Q: What kind of ratio should you expect to see between AWE Allocated and VM Committed/Reserved? We are running 8GB with a cap of 7GB in the max server memory and yet the VM Committed is around 100MB. I was first shocked to see that the sqlservice in task manager only shows that SQL is using around 100MB...
on
2 Jan 2007
Blog Post:
Q & A: I am running on 64 bit and all of my tasks are waiting on SOS_RESERVEDMEMBLOCKLIST, What is going on?
slavao
This wait type represents waiting on multi page allocations inside of SQLOS's memory manager. As you remember from my description of memory manager's working internals, it has two major allocators single page allocator, SPA and multi page allocator, MPA. Majority of the time SQL Server internal code...
on
14 Nov 2006
Blog Post:
Q & A: Does SQL Server always respond to memory pressure?
slavao
Q: I thought I've seen reference recently to problems with SQL2005 not releasing memory when under pressure, and this was possibly due to the Lock Pages In Memory option. We have a server where this seems to be happening, i.e. SQL2005 uses all available memory and the server basically dies because there...
on
13 Nov 2006
Page 1 of 1 (4 items)