January 31, 2013 at 8:14 pm
Hi
I have sql 2005 standard edition on windows server 2003. AWE enabled with min set to 2.5gb and max set to 5gb. I can't seem to get the AWE allocated memory to reach 2.5gb.
February 1, 2013 at 12:17 am
jdbrown239 (1/31/2013)
I have sql 2005 standard edition on windows server 2003.
are you using 32 bit server ?
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
February 1, 2013 at 1:39 am
How are you checking memory usage?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 1, 2013 at 6:12 am
Also know that the min server memory option does not force SQL Server to instantly allocate the amount of memory specified by the setting. After it has allocated that amount of memory the setting tells SQL Server not to automatically release memory as not to drop below that level.
If your SQL Server is not being fully utilized or is not hosting a lot of data it may never even allocate the amount you specified for min server memory while happily handling all requests.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 1, 2013 at 10:52 am
I am checking the memory with the standard memory consumption report and the server is 32bit.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply