473,401 Members | 2,068 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

Server not using all available memory.

Ray
I have a SQL Server 2000 (EE) machine dedicated to running only SQL
Server that is not using all of the memoery on the machine. I have read
and tried setting all of the memory setting available in the BOL with
no luck. The database is about 10 Gb in Size. I have four 2.7 Xeon MP's
16Gb of ram. The SQL server is only grabbing about 2 Gb of Memory.
Since I am running Enterprise Edition I am not sure why It will not
load more of the db into memory. I have run all of the profiles and the
results would indicate that it wants more memory but the box should
have plenty. Any suggestions would be greatly appreciated.

Thanks in Advance,

rhorner

Jul 23 '05 #1
5 6559
Ray

Simon Hayes wrote:
http://support.microsoft.com/default...b;en-us;274750

Simon

Simon,

Thanks for the link. I have the awe switch set in SQL server. In my
boot.ini if I use the /PAE switch alone SQL Server only uses about 2Gb
of memory but when I add the /3Gb switch it will use almost 3Gb of
memory. Shouldn't it be able to consume more. I have 16Gb of memory in
the server and I have the correct memory values set using the
sp_configure option. I am at a loss. If anyone has any personal
experiences with memory above 4Gb that would be really helpfull.

Thanks,

rhorner

Jul 23 '05 #3
Ray wrote:
I have a SQL Server 2000 (EE) machine dedicated to running only SQL
Server that is not using all of the memoery on the machine. I have read
and tried setting all of the memory setting available in the BOL with
no luck. The database is about 10 Gb in Size. I have four 2.7 Xeon MP's
16Gb of ram. The SQL server is only grabbing about 2 Gb of Memory.
Since I am running Enterprise Edition I am not sure why It will not
load more of the db into memory. I have run all of the profiles and the
results would indicate that it wants more memory but the box should
have plenty. Any suggestions would be greatly appreciated.

Thanks in Advance,

rhorner


Try this:
sp_configure 'show advanced options', 1
RECONFIGURE
GO
sp_configure 'awe enabled', 1
RECONFIGURE
GO
sp_configure 'min server memory', 14336
RECONFIGURE
GO

sp_configure 'max server memory', 14336
RECONFIGURE
GO

And restart your server (box).
HTH,
Igor
Jul 23 '05 #4
Ray (rh*****@nuair.com) writes:
Thanks for the link. I have the awe switch set in SQL server. In my
boot.ini if I use the /PAE switch alone SQL Server only uses about 2Gb
of memory but when I add the /3Gb switch it will use almost 3Gb of
memory. Shouldn't it be able to consume more. I have 16Gb of memory in
the server and I have the correct memory values set using the
sp_configure option. I am at a loss. If anyone has any personal
experiences with memory above 4Gb that would be really helpfull.


A tip is to inquire further in microsoft.public.sqlserver.server. Some
of my MVP colleagues that have a lot more experience of multi-GB servers
than I have hang around there.
--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 23 '05 #5
Hi

What are your sp_configure settings.?
OS and SP version?
SQL and SP levels?

How are you determining how much RAM SQL Server is using?

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mi**@epprecht.net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

"Erland Sommarskog" <es****@sommarskog.se> wrote in message
news:Xn********************@127.0.0.1...
Ray (rh*****@nuair.com) writes:
Thanks for the link. I have the awe switch set in SQL server. In my
boot.ini if I use the /PAE switch alone SQL Server only uses about 2Gb
of memory but when I add the /3Gb switch it will use almost 3Gb of
memory. Shouldn't it be able to consume more. I have 16Gb of memory in
the server and I have the correct memory values set using the
sp_configure option. I am at a loss. If anyone has any personal
experiences with memory above 4Gb that would be really helpfull.


A tip is to inquire further in microsoft.public.sqlserver.server. Some
of my MVP colleagues that have a lot more experience of multi-GB servers
than I have hang around there.
--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp

Jul 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Rodd Snook | last post by:
I have an application which makes extensive use of the Scripting.Dictionary object. I'm not doing anything silly like putting them outside the page scope -- just creating quite a few of them and...
2
by: Tim Richardson | last post by:
I've been doing a lot of reading on this and my head is starting to hurt! It seems to be quite a feat to work out how much memory is actually being used by our server. I'm running W2K advanced...
2
by: GG | last post by:
Hi, We have a prod server running on SQL server 2000 64 bit. It is a 4cpu server with 16GB of RAM. we have a maxmemory setting of 15.5GB for sql server. Inspite of 15GB being available for sql...
5
by: daniel.shaya | last post by:
I'll try and keep this brief so in a nutshell: I have large distributed java system running on a Windows 2003 server (4cpu 8Gb memory). Periodically the following exceptions occurs in the...
16
by: Justin Lazanowski | last post by:
Cross posting this question on the recommendation of an I have a .NET application that I am developing in C# I am loading information in from a dataset, and then pushing the dataset to a grid,...
9
by: Raziq Shekha | last post by:
Hello all, How can I tell how much memory SQL Server is using on a server. On Windows 2000, whenever I go to Task manager/processes/memory usage SQL Server seems to be showing 1,744,124K. On...
6
by: FS Liu | last post by:
Hi, In my current ATL server project, I have to parse the input in the client application's request to find out the different combination of parameters, instead of using SOAP. For this reason,...
6
by: Daniel Walzenbach | last post by:
Hi, I have a web application which sometimes throws an “out of memory” exception. To get an idea what happens I traced some values using performance monitor and got the following values (for...
8
by: Mitchell S. Honnert | last post by:
In the early days of .NET development, I could react to user's hesitancy to download the Framework with reassurance that it would eventually be included in a future service pack. I also pointed...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.