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.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Performance Related Issue

Author  Topic 

pdset
Constraint Violating Yak Guru

310 Posts

Posted - 2010-08-01 : 20:18:02
Our Production Servers when queried was showing with these values which are quite confussing

BPOOLCOMMITED = BPOOL_COMMIT_TARGET = BPOOL_VISIBLE = same value

Also Virtual_Memory_in_Bytes > Physical_Memory_in_Bytes.

What I wonder this might give some performance related problems in the future.


What are the remedial steps needs to be taken in this regard.

Can anyone explain for me. Many Thanks.

pdset
Constraint Violating Yak Guru

310 Posts

Posted - 2010-08-03 : 01:49:39
Can anyone do the answering in my favour as I completely ran out of the clues. Many thanks
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2010-08-17 : 10:17:50
virtual memory should not be greater than the physical memory...you may need to add more ram or lower down the maximum limit for memory allocation (under sql server properties)

--------------------
keeping it simple...
Go to Top of Page
   

- Advertisement -