Hi,
I have SQL 2012 [64bit] standard edition deployed on Windows 2008 r2 with 8GB RAM. Currently the memory consumption is around half of what's available. SQL server is not using full memory provided. Written below are my observations
SQL Memory Setting
Min Memory=0, Max Memory=2147483647
Locked Pages buffer Pool
There is no result on executing = exec master..sp_readerrorlog 0, 1, 'Using Locked Pages For Buffer Pool'
DMV's
sys.dm_os_process_memory
physical_memory_in_use_kb = 1262236
sys.dm_os_wait_stats
CLR_AUTO_EVENTDIRTY_PAGE_POLL
HADR_FILESTREAM_IOMGR_IOCOMPLETION
SP_SERVER_DIAGNOSTICS_SLEEP
XE_TIMER_EVENT
XE_DISPATCHER_WAIT
LOGMGR_QUEUE
Perfom Monitors
Pages/Sec=0
PageFault/Sec=660
Not sure what settings on Server/SQL is causing this ?
There are few similar questions I have found in the forum but nothing seems to provide solution ti my problem
Shady