Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: aspnet_wp,exe

    The .Net garbage collector runs at times and will free memory as necessary.
    It has no logical pattern though. I wouldn't worry about it. It will take
    care of itself. Here is an article that explains how it works:

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconprogrammingessentialsforgarbagecollection.asp[/url]

    --
    S. Justin Gengo, MCP
    Web Developer

    Free code library at:
    [url]www.aboutfortunate.com[/url]

    "Out of chaos comes order."
    Nietzche
    "Coder Coder" <coder5811@yahoo.com> wrote in message
    news:f547ce3b.0307290945.4c3b4158@posting.google.c om...
    > 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

    S. Justin Gengo Guest

  2. Similar Questions and Discussions

    1. aspnet_wp.exe
      Hi, I am getting these errors from Event Viewer - Application: 1. aspnet_wp.exe could not be launched because the username and/or password...
    2. aspnet_wp uses up 98~99% of CPU power
      Hi I'm running a webservice that acts as a server for instance messanger. The problem I encounter is that when I run the server for several...
    3. aspnet_wp Problem
      Tibby, You should see a recycle in the Application Event Viewer log if you are using up memory like that. In any case, in order to diagnose...
    4. aspnet_wp.exe could not be started
      After installing Framework 1.1, I cannot run any of my ASP.NET applications. Actually, while installing Framework 1.1, I also installed recommended...
    5. aspnet_wp won't get executed
      Hi folks.. I installed windows server 2003 with domain controller role. And installed iis6 and .net framework etc. I run aspnet_regiis -i for...
  3. #2

    Default RE: aspnet_wp,exe

    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
    [email]jamesche@online.microsoft.com[/email]

    This post is provided as-is with no warranties and confers no rights.

    --------------------
    >From: [email]coder5811@yahoo.com[/email] (Coder Coder)
    >Newsgroups: microsoft.public.dotnet.framework.aspnet
    >Subject: aspnet_wp,exe
    >Date: 29 Jul 2003 10:45:03 -0700
    >Organization: [url]http://groups.google.com/[/url]
    >Lines: 12
    >Message-ID: <f547ce3b.0307290945.4c3b4158@posting.google.com >
    >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: [email]groups-abuse@google.com[/email]
    >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
    >
    Jim Cheshire Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139