June 5, 2012 at 4:19 am
Hi all,
I have SQL Server 2008 and its handling around 10 Million transactions, and the server is always running with high memory usage ( RAM ). Need to know the steps to findout / resolve this.
June 5, 2012 at 4:45 am
June 5, 2012 at 5:00 am
High memory usage is typically what you want, it means SQL is using the resources on the server.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 8, 2012 at 1:42 am
Page Life Expectancy :
Buffer Manager Page life expectancy 741465792
Buffer Node Page life expectancy 807765792
Buffer Node Page life expectancy 685165792
Max Server Memory is : 9 GB
Total Server mem : 12 GB.
pls help on the steps to be taken to reduce high mem. struck with this . 🙂
June 8, 2012 at 3:20 am
Once again...
High memory usage is typically what you want, it means SQL is using the resources on the server.
Those values look good, I'd love a server with such high page life.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 8, 2012 at 4:19 am
OP, please could you actually read the replies to your original post, high memory use with SQL Server is not a problem most of the time, if you want to reduce the memory consumption then cap the memory use as described and restart the SQL Server service. Beware if you're doing this since you need to correlate the demand on SQL Server with the actual memory requirement and reduce the excess accordingly.
Please also read the links posted for you about diagnosing problems with memory use, better DBAs than you have spent hours researching and writing about these issues, a one-line magic answer is not something you'll get when you're talking about performance. Glenn Berry's article linked above is a good place to start, also see the Brent Ozar training videos http://www.brentozar.com/sql-server-training-videos.
EDIT: Having a bad Friday... :crazy:
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 8, 2012 at 6:41 am
Another link for you using a different method from Grant Fritchley:
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply