Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 7,2000
»
Administration
»
Memory Allocation
Memory Allocation
Rate Topic
Display Mode
Topic Options
Author
Message
Bryansky
Bryansky
Posted Monday, April 21, 2008 2:49 AM
Right there with Babe
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 6:34 PM
Points: 731,
Visits: 422
Hi all,
I have SQL Server 2000 Standard Edition Build 8.00818(SP3) Running on Windows 2003 Standard Edition SP2. I run Perfmon on this server getting the following counter:
SQLServer:Memory Manager\Target Server Memory(KB)
SQLServer:Memory Manager\Total Server Memory (KB)
The value gathered for these two counters always equal, around ~1,679,000KB
The server has 4GB RAM.
I check the Maximum memory allocation in EM and it set to 4095MB with zero minimum,
When I check thru QA, sp_configure, the value is as follow:
min server memory (MB) 0 2147483647 0 0
max server memory (MB) 4 2147483647 2147483647 2147483647
set working set size 0 1 0 0
It just show that thru EM, the value is different from value from QA. Is this the cause why the two counters above always have the same value?
I know the standard edition of SQL 2000 only utilized 2GB so I am assuming the memory usage of the server always > 50% because of other memory usage such as OS's. Is this the correct thinking?
Post #487753
Simon-413722
Simon-413722
Posted Monday, June 30, 2008 1:04 AM
SSCrazy
Group: General Forum Members
Last Login: Today @ 4:54 AM
Points: 2,112,
Visits: 1,288
Bryansky,
Target Server Memory (KB) - Total amount of dynamic memory the server can consume.
Total Server Memory (KB) - The committed memory from the buffer pool (in kilobytes)
When both value is the same, it indicates that your sql is probably not being stressed too much since the amount of memory sql needs and memory available to sql is the same. If you google up the above, you'll probably get a better definition of what the counter stands for.
max server memory (MB) 4 2147483647 2147483647 2147483647
Based on your QA sp_configure, it means that your sql is configured to use as much memory as it could obtain, in this case is only 2GB max since its a SQL Standard edition.
If you check the memory allocation via EM, the slider is at 4095MB because the max memory value is set to 2147483647 which the slider indicates you've not fixed sql server memory usage and nothing more. If you try to fix sql to consume 2.5GB of memory, you'll see an entry in the error log stating sql cant allocate 2.5GB and via perfmon, you'll still be looking at ~1.6GB memory.
Hope this shed some lights to your question.
Regards,
Simon
Simon Liew
Microsoft Certified Master: SQL Server 2008
Post #525753
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.