Sep 14, 2007 #1 Aluminum Programmer Jun 8, 2007 41 US My servers Page Life Expectancy is frequently dipping below 300. Does anyone know a good strategy for diagnosing this issue?
My servers Page Life Expectancy is frequently dipping below 300. Does anyone know a good strategy for diagnosing this issue?
Sep 14, 2007 #2 ptheriault IS-IT--Management Aug 28, 2006 2,699 US If your max page life expectancy is dipping below 300 it is good sign that you need more memory allocated to your sql server instance. - Paul - If at first you don't succeed, find out if the loser gets anything. Upvote 0 Downvote
If your max page life expectancy is dipping below 300 it is good sign that you need more memory allocated to your sql server instance. - Paul - If at first you don't succeed, find out if the loser gets anything.
Sep 14, 2007 Thread starter #3 Aluminum Programmer Jun 8, 2007 41 US How would I do that... any other suggestions? Upvote 0 Downvote
Sep 14, 2007 #4 mrdenny Programmer May 27, 2002 11,595 It would typically start with buying more memory and installing it. Then telling the SQL Server to use more memory. Denny MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration) MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com Upvote 0 Downvote
It would typically start with buying more memory and installing it. Then telling the SQL Server to use more memory. Denny MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration) MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com
Sep 14, 2007 Thread starter #5 Aluminum Programmer Jun 8, 2007 41 US 24 gb of ram is on the server with AWE enables. Is there some configuration settings I can look into. Any additonal information would be helpfull. Upvote 0 Downvote
24 gb of ram is on the server with AWE enables. Is there some configuration settings I can look into. Any additonal information would be helpfull.
Sep 14, 2007 #6 mrdenny Programmer May 27, 2002 11,595 Do you have the /3GB switch and /PAE switches in the boot.ini file? How much memory is SQL configured to use? Denny MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration) MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com Upvote 0 Downvote
Do you have the /3GB switch and /PAE switches in the boot.ini file? How much memory is SQL configured to use? Denny MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration) MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com
Sep 14, 2007 Thread starter #7 Aluminum Programmer Jun 8, 2007 41 US 24575 Megs... Yes the switches are in the boot file. Do you have any other suggestions? Upvote 0 Downvote
Sep 14, 2007 #8 mrdenny Programmer May 27, 2002 11,595 How big is your database? I assume this is an OLTP database? How many users? Transactions per second? What's your buffer hit ratio? Denny MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration) MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com Upvote 0 Downvote
How big is your database? I assume this is an OLTP database? How many users? Transactions per second? What's your buffer hit ratio? Denny MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration) MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com