Yeah...but the default mem-to-leave is 256mb, right?
Data and index pages go into the Buffer pool.
So, if every page was in memory, there's 300mb. Mem-to-leave would have to
have been set using -g to 900mb...
Odd.

Signature
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm
http://kevin3nf.blogspot.com
> cache for :
> queries / views / stored procedures / tables / indexes ... and a lot more
[quoted text clipped - 41 lines]
>> >> >
>> >> > -billb
Edwin vMierlo - 27 Oct 2006 14:39 GMT
http://support.microsoft.com/kb/271624
"DBCC MEMORYSTATUS"
reports back in number of buffers (1 buffer = 8 K)
> Yeah...but the default mem-to-leave is 256mb, right?
>
[quoted text clipped - 50 lines]
> >> >> >
> >> >> > -billb
Phillip MacPherson-Cox - 27 Oct 2006 15:54 GMT
Hi,
Have you monitored the sysprocess table to find out what spid is utilizing
most of the memory?
> Yeah...but the default mem-to-leave is 256mb, right?
>
[quoted text clipped - 50 lines]
> >> >> >
> >> >> > -billb
Anthony Thomas - 30 Oct 2006 03:51 GMT
MEM TO LEAVE is 384 MB by default (-g is 256 MB default). Don't forget
about the other 128 MB set up to manage the possible default 255 worker
threads at 0.5 MB each. This is added to the -g parameter.
DBCC MEMORYSTATUS will tell you how SQL Server memory manager has
partitioned and allocated the BPool.
Anthony Thomas
> Yeah...but the default mem-to-leave is 256mb, right?
>
[quoted text clipped - 50 lines]
> >> >> >
> >> >> > -billb