Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL Server not using >4GB memory

Author  Topic 

rubs_65
Posting Yak Master

144 Posts

Posted - 2006-08-17 : 14:36:57
Hi,

We have a system with following configuration
RAM 8GB
OS Windows 2003 Enterprise edition (can support upto 32GB)
AWE enabled on machine with 6GB as max memory
/3gb and /pae switch in boot.ini
SQL Server 2000 Enterprise edition with sp4

But somehow SQL Server is not using >4GB even when we configured it to 6GB and we an see about >3GB as still not used.
What can be the possible issue?

Thanks
--Harvinder

igorblackbelt
Constraint Violating Yak Guru

407 Posts

Posted - 2006-08-17 : 14:40:01
If you haven't tried yet, you can go to the properties of the server, on the memory tab you can adjust how do you want your server to use the mem. Hope this helps.


---

Thanks!
Igor.
Go to Top of Page

rubs_65
Posting Yak Master

144 Posts

Posted - 2006-08-17 : 14:57:34
I checked that it is configured at 6GB
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-08-17 : 14:58:13
How do you know that the database needs to use more memory?

Tara Kizer
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2006-08-17 : 15:06:35
There is a bug in SP4 that prevents SQL Server from using 50% of the available AWE memory. There is a hotfix for this (build 2040) you can get here:

http://support.microsoft.com/kb/894905/
Go to Top of Page
   

- Advertisement -