Quantcast
Channel: Microsoft SQL Server
Viewing all articles
Browse latest Browse all 4871

SQL 2014 Will Not Use Available RAM and ignoring Minimum RAM Setting

$
0
0

We have a 2012R2 server with 2 SQL 2014 Standard Instances.

The server has 64GB RAM. It tends to use about 5GB to 8GB total for OS and both instances as reported in Task Manager Performance tab. It's sitting at 56GB available as I write this.

One of the instances has the databases for an ERP application called Foundation, and we would like it to use a lot more RAM. The other is for a security system (door badges) and performance isn't important for that instance.

I have read how Task Manager is not accurate in reporting SQL memory usage so I ran:

SELECT (physical_memory_in_use_kb/1024) AS Memory_usedby_Sqlserver_MB, (locked_page_allocations_kb/1024) AS Locked_pages_used_Sqlserver_MB, (total_virtual_address_space_kb/1024) AS Total_VAS_in_MB, process_physical_memory_low, process_virtual_memory_low FROM sys.dm_os_process_memory;

I get...


Viewing all articles
Browse latest Browse all 4871

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>