aspnet_wp.exe

G

Guest

What is an acceptable range for mem usage for this process? I am running
ASP.Net application with a sql backend that sources sales info. I have not
changed any of the default settings for machine.config. Also when should it
be releasing that memory?

Thanks in advance,
Conrad
 
K

Karl Seguin [MVP]

It's impossible to tell what's "acceptable" depends what you are doing.
Small sites should take as little as 20 megs..Large ones can take gigabytes.

Check the machine.config file in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config

and look for the processModel section. You'll see documentation above the
element that explains each value. Many of these attributes control memory
size and application recycling.

Karl
 
J

Jim Cheshire

Karl said:
It's impossible to tell what's "acceptable" depends what you are
doing. Small sites should take as little as 20 megs..Large ones can
take gigabytes.

As site that takes gigabytes of memory is going to encounter a lot of
problems quickly. Remember, the user-mode address space on a 32-bit machine
is 2GB.

Once you start encroaching on 800MB or so, you're likely to start seeing
problems such as OOM, etc. That's just a guideline. A better number is 60%
of available memory.

--
Jim Cheshire
================================
Blog: http://blogs.msdn.com/jamesche

Latest entry:
Getting the PID and TID of a COM Call

Describes how to get the PID of the
dllhost process a COM call is executing
in and how to locate the thread as well.
 
J

Jim Cheshire

Karl said:
Running a site on a 64 bit os you have a lot more headroom :)

True. As long as the OS is 64-bit AND you're running ASP.NET 2.0.

--
Jim Cheshire
================================
Blog: http://blogs.msdn.com/jamesche

Latest entry:
Getting the PID and TID of a COM Call

Describes how to get the PID of the
dllhost process a COM call is executing
in and how to locate the thread as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,058
Members
48,769
Latest member
Clifft

Latest Threads

Top