Link to home
Start Free TrialLog in
Avatar of David Gerler
David GerlerFlag for United States of America

asked on

SQL Server 2014 STD not using available memory

We are in the process of building a new MS Dynamics GP server. We have installed windows server 2016 std and SQL server 2014 std. and Dynamics GP 2016. We have set the maximum memory in the Server properties to 60GB out of t he 64GB RAM "installed" in  this VM.

We are currently upgrading the databases from GP 2015 to GO 2016 SQL Server and the OS and SQL Server are only using 5 GB RAM and the GP Expert thinks it should be using much more RAM at this point.

Can anyone give me some ideas on what to check for why SQL is not using much more RAM?
Avatar of Aneesh
Aneesh
Flag of Canada image

SQL Server grabs the memory only when its needed and will keep it for itself till the maximum memory settings you have configured. As far as sql server 2014 std edition is considered, it could allocate upto 64GB RAM.
ASKER CERTIFIED SOLUTION
Avatar of Scott Pletcher
Scott Pletcher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
dgerler, a feedback will be appreciated.
Avatar of David Gerler

ASKER

Thank you. It was really an overall usage of RAM including the OS. It ended up the problem was the application was running very slow because of Antivirus scanning everything. It seemed like the RAM usage should have ramped up faster and did eventually. We fixed the antivirus issue and the application completed as expected.