September 7, 2010 at 6:25 pm
We have SQL Server 2005 EE x64 with SP3.
Getting the below error is normal when the SQL Service starts?
A significant part of sql server process memory has been paged out. This may result in a performance degradation. Duration: 0 seconds. Working set (KB): 38888, committed (KB): 105728, memory utilization: 36%.
Because we are seeing this message only when SQL Server service is restarted.
And this is a DR server server and it is NOT opened to users and have 16 GB of memory. So I did NOT understand why the Memory is paging out even if there is NO activity?
Lock pages is NOT enabled as it's a not active Server:hehe:
Thanks
September 8, 2010 at 3:49 am
September 9, 2010 at 2:21 am
If it only happens during sql startup it can be safely ignored. Check out this blog post by CSS.
-Jeremy
September 9, 2010 at 2:30 am
I have seen this when min and max server memory is set to the same value and SQL Server consumes all of the memory it is configured for.
September 9, 2010 at 3:01 am
if this is a DR server are you using database mirroring? that could cause this if you are mirroring a large number of databases and there is catching up to do following the restart.
---------------------------------------------------------------------
September 9, 2010 at 3:31 am
Sorry, I didn't see that you wrote that this only happens when SQL Server starts. As long as you only see this during startup, there is nothing to worry about. I think another poster posted a link to an article about this.
September 9, 2010 at 10:53 am
if this is a DR server are you using database mirroring? that could cause this if you are mirroring a large number of databases and there is catching up to do following the restart
No. We are NOT using Mirroring.
We are using Log shipping for DR.
September 10, 2010 at 6:05 am
Since this is x64 are you using "Lock Pages In Memory"? This should eliminate the startup message that you are receiving with regards to paging. Instead you'll see "Using locked pages for buffer pool."
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply