Coder Coder,
I wouldn't rely on Task Manager to give you a good representation of memory
usage. You will have much better information if you set up some Perfmon
counters.
It is normal for the worker process to use a fair amount of memory. As
memory is needed the garbage collector will take care of it for you. You
have little control on when an object is GCd.
Hope that helps.
Jim Cheshire
Developer Support
ASP.NET
This post is provided as-is with no warranties and confers no rights.
--------------------
>From: (Coder Coder)
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>Subject: aspnet_wp,exe
>Date: 29 Jul 2003 10:45:03 -0700
>Organization: http://groups.google.com/
>Lines: 12
>Message-ID: < >
>NNTP-Posting-Host: 66.7.246.226
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Transfer-Encoding: 8bit
>X-Trace: posting.google.com 1059500704 19270 127.0.0.1 (29 Jul 2003
17:45:04 GMT)
>X-Complaints-To: groups-
>NNTP-Posting-Date: 29 Jul 2003 17:45:04 GMT
>Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-
xit-05!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163061
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Hi,
>
>Ive been testing my web app by running and watching the memory usage
>of aspnet_wp.exe in the task manager.
>
>Ive done a pretty good job of freeing memory and setting collections
>and their elements to null, however the memory usage keeps growing.
>The usage does not seem to come down at all.
>
>Is there anything I can do?
>
>- thanks
>