473,472 Members | 2,145 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

memory utilization

What do people think is normal for memory utilization? I know that's too
broad, so here are some basics.

MS SQL Server 2000, Windows 2000 Server, 2GB RAM
Db 1, size = 2.0 GB
Db 2, size = 300MB
Db 3, size = 50MB
Db 4, size = 30MB
Db 5, size = 30MB

Typically 4-6 users, moderate usage 8-hrs/day. Performance has not slowed.

Reboot on Sunday. sqlservr.exe in the Task Manager reports the following
Sun 61MB
Mon 200MB
Tues 800MB
Wed 1,124MB
Thu 1,424MB
Fri 1,303MB

I was getting srv 2020 errors when I had just 1 GB RAM: "The server was
unable to allocate from the system paged pool because the pool was empty."
Then I did several updates to address this and got more RAM. I haven't seen
the errors since, but I haven't waited for them to happen: I'm rebooting
every week now. The memory numbers make me suspect SQL Server.

Scratching my head. Not sure if my problem is gone, and this is normal SQL
Server 2000 behavior, or if my problem is still lurking and I've only muted
it a bit.

Any thoughts greatly appreciated.

Tom

Jul 20 '05 #1
3 5578
SQL Server will use all the ram that it thinks it can up to it's max. From
there it will dynamically allocate as it sees fit but it will not release
any back to the OS unless it specifically calls for it. So your behavior
does not seem uncommon. I would hold off rebooting and see if it happens
again. If you are running other apps on the same server you may still see
some completion for ram but you should not starve it.

--
Andrew J. Kelly SQL MVP
"Thomas Moy" <to*****@myprivacy.ca> wrote in message
news:cb********************@giganews.com...
What do people think is normal for memory utilization? I know that's too
broad, so here are some basics.

MS SQL Server 2000, Windows 2000 Server, 2GB RAM
Db 1, size = 2.0 GB
Db 2, size = 300MB
Db 3, size = 50MB
Db 4, size = 30MB
Db 5, size = 30MB

Typically 4-6 users, moderate usage 8-hrs/day. Performance has not slowed.
Reboot on Sunday. sqlservr.exe in the Task Manager reports the following
Sun 61MB
Mon 200MB
Tues 800MB
Wed 1,124MB
Thu 1,424MB
Fri 1,303MB

I was getting srv 2020 errors when I had just 1 GB RAM: "The server was
unable to allocate from the system paged pool because the pool was empty."
Then I did several updates to address this and got more RAM. I haven't seen the errors since, but I haven't waited for them to happen: I'm rebooting
every week now. The memory numbers make me suspect SQL Server.

Scratching my head. Not sure if my problem is gone, and this is normal SQL Server 2000 behavior, or if my problem is still lurking and I've only muted it a bit.

Any thoughts greatly appreciated.

Tom

Jul 20 '05 #2
This makes sense. I'll take a couple pills, hold off rebooting and see if
it behaves properly.

Thanks for the suggestion.

Tom
"Andrew J. Kelly" <sq*************@shadhawk.com> wrote in message
news:e7**************@TK2MSFTNGP09.phx.gbl...
SQL Server will use all the ram that it thinks it can up to it's max. From there it will dynamically allocate as it sees fit but it will not release
any back to the OS unless it specifically calls for it. So your behavior
does not seem uncommon. I would hold off rebooting and see if it happens
again. If you are running other apps on the same server you may still see
some completion for ram but you should not starve it.

--
Andrew J. Kelly SQL MVP
"Thomas Moy" <to*****@myprivacy.ca> wrote in message
news:cb********************@giganews.com...
What do people think is normal for memory utilization? I know that's too broad, so here are some basics.

MS SQL Server 2000, Windows 2000 Server, 2GB RAM
Db 1, size = 2.0 GB
Db 2, size = 300MB
Db 3, size = 50MB
Db 4, size = 30MB
Db 5, size = 30MB

Typically 4-6 users, moderate usage 8-hrs/day. Performance has not

slowed.

Reboot on Sunday. sqlservr.exe in the Task Manager reports the following
Sun 61MB
Mon 200MB
Tues 800MB
Wed 1,124MB
Thu 1,424MB
Fri 1,303MB

I was getting srv 2020 errors when I had just 1 GB RAM: "The server was
unable to allocate from the system paged pool because the pool was empty." Then I did several updates to address this and got more RAM. I haven't

seen
the errors since, but I haven't waited for them to happen: I'm rebooting
every week now. The memory numbers make me suspect SQL Server.

Scratching my head. Not sure if my problem is gone, and this is normal

SQL
Server 2000 behavior, or if my problem is still lurking and I've only

muted
it a bit.

Any thoughts greatly appreciated.

Tom


Jul 20 '05 #3
Fer
1 New Member
Dear reader,

I have the same problem!! My sqlservr.exe in the taskmanager is growing everyday.
The SQL is clustered.
Some times the user is loosing connection and I have a eventID 2020 in my eventviewer.
Microsoft writes to do some registry adjustments in the
hkey_local_machines\system\Currentcontrolset\contr ol\session\mamager\Memory Managent

Create PoolUsagemaximum
and
PagedPoolSize

see http://support.microsoft.com/default...b;en-us;312362


Is there anyone who has another suggestion for this problem??
Or is the Microsoftsolution the only one.
Jun 13 '06 #4

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

Similar topics

11
by: jong | last post by:
I have a problem with an C# application. The application is a 24x7 low volume message processing server. The server has a single thread of processing, running in a continuous loop, for each...
2
by: Arthur M. | last post by:
Does anyone know of a way to pin point true memory utilization on a per object / allocation basis in dot net. The problem that i'm having is projecting the amount of memory that will be required...
1
by: 1944USA | last post by:
I have a C# application written as a Windows Service. It spawns a number of threads, each thread has very large memory intensive processes running on it. I can keep adding threads as long as the...
2
by: rizjabbar | last post by:
I have a memory leak happening... I believe it is due to Dom parser... could anyone help me with this: Do I need a delete??? /////////////////////////////////////////////// //Code on Main HTML...
1
by: nazgul | last post by:
Hi all, I have an app that runs on multiple boxes. On my slackware box, running Python 2.5.1, top shows this: Mem: 1002736k total, 453268k used, 549468k free, 31392k buffers Swap: ...
0
by: Sam Samson | last post by:
Hi All, I wrote a little monitoring app in c# .. one of the things its supposed to do is report back how much memory the PC its on is using. my first pass at this was to iterate through the...
2
by: =?Utf-8?B?Um9oaXQ=?= | last post by:
..NET is a memory hog - plain and simple. This, in my opinion, makes it less than ideal for embedded applications where memory is constrained. I am forced to use .NET for reasons that I will not...
1
by: Kaheru | last post by:
memory utilization increase? This is because when i try to keep track of the CPU utilization and memory utilization of my FTP server process (ftpserver.exe), the CPU utilization increase, but the...
7
by: balach | last post by:
hi all, i am new in .NET, some body please help me regarding calculating total cpu utilization and RAM memory utilization in percentage (Accurately) on page load event of ASP.NET. i found the...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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 project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.