"smileydip" <dipeshn.shah (AT) gmail (DOT) com> wrote
Quote:
I have a performance and memory management issues with SQL SERVER. I
feel SQL server does not releases the unused memory back to the OS. |
Unless you're using AWE, it does release memory to the OS if the OS request.
However, as SQL is faster with as much memory as possible, it normally will
grab as much as it can and keep it as long as itcan.
Quote:
I
have been monitoring that at the end of the day the SQL SERVER
performance gets really bad. And it this point it has acquired all the
Cache it could. I have abt 4 GB of RAM on my server and out of it SQL
SERVER uses almost 2.7 GB whether there is load on the machine or not. |
Sounds about right.
Quote:
If there any way or tool to monitor this. Also is there any way to Free
memory from SQL server back to OS. |
Why do you think this will help your performance issue? Almost certainly
the performance issue is related to something else.