Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
samihcl
Starting Member
6 Posts |
Posted - 2013-05-22 : 04:01:07
|
Dear All,We have sql server 2008 with two node cluster.during operation memory is reaching up to 90% but its not releasing after decreasing the load.Memory is freezing at one limit.After restarting its coming down but automatically its not coming down.Pls suggest how to rectifiy this |
|
Transact Charlie
Master Smack Fu Yak Hacker
3451 Posts |
Posted - 2013-05-22 : 04:21:24
|
That's what the database is designed to do. It will consume available ram and use it for caching and other purposes. Once taken it won't let it go (because it assumes that if it needed in once it's going to need it again). It isn't a memory leak if you are worried about that.You can set max and min memory use requirements. However I don't think this is actually a problem -- assuming that the only purpose those boxes have is to run sql server.You can configure it according to the following documentation:http://msdn.microsoft.com/en-us/library/ms178067.aspxTransact CharlieMsg 3903.. The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION. http://nosqlsolution.blogspot.co.uk/ |
|
|
|
|
|