SQL Server Service sqlservr.exe is Using 100% Memory

3. August 2009

Sometimes SQL Server Service sqlservr.exe is cause system slowness due to high memory usage, same issue was with me, while checking this issue, i come to know that we need to set maximum memory usage in SQL server, after setting this system is working fine, but you may need to set memory size according to your database needs.

SQL Server does not de-commit any buffers, thus leaving the committed buffers in memory for fast access and better performance. The buffer stores execution plans, creates temporary indexes and allocates cursors. In fact books on-line recommends setting the minimum and maximum memory used on each instance of SQL Server running on the same machine as SQL Server does not make any attempts to balance memory usage across instances.

 

Steps to set maximum memory size in SQL:

 

        1. Login to your server with administrator rightsimage
    1. Right click On server name
    2. Click Properties
    3. Click Memory
    4. Here you will find “maximum server memory in MB” type your required memory size there
    5. Click OK.

 

Look now your memory is fine, and system will perform better.

That's all ! Good Luck

SQL Server

Comments

6/7/2010 9:45:11 AM #
Brilliant stuff, man!  What you have to say is really important and Im glad you took the time to share it.  What you said really spoke to me and I hope that I can learn more about this.  Thanks for sharing your opinion.  I am yet to find anything as enlightening as this on the web.
6/23/2010 3:05:48 PM #
Superb article, numerous wonderful details.  I want to show my pals and ask them the things they think.

Add comment


(Will show your Gravatar icon)

  Country flag

biuquote
  • Comment
  • Preview
Loading