SQL Server windows NT service take 93 % ram usage , Please any one give me idea for reducing the memory usage.
server ram is 32 gb.
It is taken continueos 93 5 is taken ram usage .
Please give me any one good solution.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jerry MaguirePosted Dec 18, 2020, 3:11 AM
Jignesh KumarPosted May 25, 2019, 1:35 AM
Nirav GandhiPosted May 24, 2019, 8:25 AM
Manoj BhoirPosted May 1, 2019, 7:51 AM
SQL Server Windows NT is known as sqlservr.exe process, it is normal that SQL Server consumes as much memory as possible since SQL Server likes to cache data in memory to speed up access. You might have long running queries on SQL Server. Do you find any performance issues?
If SQL Server is not installed on a dedicate production machine and you have other applications on the machine, you could limit the memory usage by configuring Max Server Memory according to your situation.
In addition, about how to detect DDOS attack and block it, you could refer to the following article: