Hi All,
I have set my Max server memory to 28 GB and Min server memory to 8 GB, the total memory on the windows 2008 server is 64 GB (only 17.7 GB is being currently used).
Hi
If total memory on windows server is 64G
why have you just given 28 G to SQl server and what is reason to keep min server memory 8 G. What is output of
Select @@Version
I do not see anything other than SQL server running dedicatedly on the box but still SQL server is only using around 197,740 KB ( Task manager).
Never use task manager to view SQl server memory consumption it always does not gives correct information. You can use below DMV since you are using SQl server 2008
select * from sys.dm_os_process_memory
please post output of this query as well( please make sure you post it clearly)
My main concern is why SQL server is not using all the specified memory on the server and I am also getting low page life expectancy errors through SCOM.
PLE reflects amount of I/O activity on your server as well as how volatile is buffer cache. I assume you are runing either index rebuild, reorganize, stats update or checkdb or Some ETL process when PLE alert is coming. Can you increase SQL server
max server memory setting to 55-57 G because SQL Server is only one residing on the system.
Target Server Memory (KB) - 29360128
Total Server Memory (KB) - 13865616
Target is much higger than total it would be good to provide more RAM to system and that can be done via increasing max server memory value