May 15, 2009 at 1:54 pm
we just have sql server on the box, no other application and though there was no process running on sql server ( i checked sp_who2) but still the physical memory usage is 99%, how to troubleshoot?
May 15, 2009 at 1:57 pm
There may be nothing to troubleshoot. By the nature of SQL Server it will consume as much memory as you allow it to have. Once it does so, it will not release it unless you force the issue.
May 15, 2009 at 1:59 pm
Hi Tara
You should restrict your SQL Server instance not to use the complete memory. SSMS -> right click your SSE instance -> Memory. Configure a value which depends on your available system resources to ensure that your OS can work proper. SQL Server usually does not free RAM.
Greets
Flo
May 15, 2009 at 2:09 pm
right now i set it up to use 80% of the available memory but though there is nothing running on sql server why does full 80% is used, any reason?
May 15, 2009 at 2:12 pm
Hi Tara
Two reasons:
1.) You configured "Minimum server memory" and "Maximum server memory" to same value.
2.) SQL Server needs (or needed once) for some reason. Memory allocation and freeing takes too much overhead so it does not free any memory.
Greets
Flo
May 15, 2009 at 4:08 pm
minimum is set to = 0
max is set to = 28672 MB out of 32GB.
May 15, 2009 at 4:31 pm
Tara, it is unlikely you need to worry.
If you leave SQL Server to determine how much memory it needs it will normally do this accurately. Normally it grabs as much free memory as is available to do it's caching. However if other applications need the space it will release it.
So as I say, don't worry unless you have seen something else that indicates a performmance issue.
Tim
.
May 16, 2009 at 8:07 am
Tim is correct in not to worry unless you are asking due to performance issues you may be experiening. I have 12 instances that stay at 100% memory usage per allocated allowance. This is normal once the engine has time to fill the cache. Unless the engine is forced to recycle, it will not.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply