ptheriault
IS-IT--Management
I have a SQL 2005 Enterprise install on x64 server. Both SQL and OS are 64 bit. I have 8GB of physical memory onboard. I have set the min mem to 3 gb and max mem to 7 gb. I have conifmed this with sp_configure. However, When I run
SELECT * FROM sys.dm_os_performance_counters
WHERE object_name like 'SQLServer:Mem%'
I get a value of 6393960 KB for Total Server memory.
also The SQL instance is not using more than 6.09 GB it thinks is installed.
Because this is a 64 bit I don't need to enable AWE.
Is there something else I'm missing? Does SQL take reserve 1 GB for other process with x64?
- Paul
- Database performance looks fine, it must be the Network!
SELECT * FROM sys.dm_os_performance_counters
WHERE object_name like 'SQLServer:Mem%'
I get a value of 6393960 KB for Total Server memory.
also The SQL instance is not using more than 6.09 GB it thinks is installed.
Because this is a 64 bit I don't need to enable AWE.
Is there something else I'm missing? Does SQL take reserve 1 GB for other process with x64?
- Paul
- Database performance looks fine, it must be the Network!