ASP.NET eats memory too much

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

  1. #1

    Default Re: ASP.NET eats memory too much

    200 MB is not that much for an ASP.Net web application, depending upon the
    amount of traffic it receives. ASP.Net leverages memory very well, but uses
    a lot as a result. Perhaps you need to upgrade your server's RAM.

    HTH,

    Kevin Spencer
    Microsoft FrontPage MVP
    Internet Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of Little things.

    "Sara T." <sarana@infoquest.co.th> wrote in message
    news:uAx%23uFxPDHA.2424@tk2msftngp13.phx.gbl...
    > My server is running web application written by ASP.NET (VB.NET), I often
    > found that process aspnet_wp.exe eats memory too much (200++ MB), running
    > around 2-3 days.
    >
    > It makes my all web applications written in ASP.NET are restarting.
    >
    > My ugly solution is now kill aspnet_wp.exe every night.
    >
    > Any ideas ?
    >
    >

    Kevin Spencer Guest

  2. Similar Questions and Discussions

    1. #40236 [NEW]: echo ... | php -a function allocation eats memory
      From: csaba at alum dot mit dot edu Operating system: Win XP PHP version: 5CVS-2007-01-25 (snap) PHP Bug Type: Scripting...
    2. Flash eats CPU
      I have built a Flash program and it launches by a .exe file. In this case, it uses up about 97% of the CPU and causes other programs to be real...
    3. Jrun Hangs and Eats Memory
      Recently we updated an application and it now sends search results to the session. Ever since we put this live we've expereienced Jrun hangs with...
    4. OSX eats unbounded amounts of memory
      I'm trying to understand some virtual memory strangeness I'm seeing. After a reboot, I have lots of free memory available (as shown by 'top'). ...
    5. warning in ruby extension eats memory
      I've written extension in C for ruby and created test case for it. When I've run it ruby eat all memory. I've simplified code as I can and here is...
  3. #2

    Default Re: ASP.NET eats memory too much

    Why is your solution is better than automatic restarting?
    That what ASP.NET does when there is a problem. It kills aspneet_wp.exe.



    George.

    "Sara T." <sarana@infoquest.co.th> wrote in message
    news:uAx%23uFxPDHA.2424@tk2msftngp13.phx.gbl...
    > My server is running web application written by ASP.NET (VB.NET), I often
    > found that process aspnet_wp.exe eats memory too much (200++ MB), running
    > around 2-3 days.
    >
    > It makes my all web applications written in ASP.NET are restarting.
    >
    > My ugly solution is now kill aspnet_wp.exe every night.
    >
    > Any ideas ?
    >
    >

    George Ter-Saakov Guest

  4. #3

    Default Re: ASP.NET eats memory too much

    Sara
    > My server is running web application written by ASP.NET (VB.NET), I often
    > found that process aspnet_wp.exe eats memory too much (200++ MB), running
    > around 2-3 days.
    Ultimately this is your application not .NET.

    Have you considered optimizing it to use less memory?

    Best Wishes

    Jos

    ----------------------------------------------------------------------
    jos vernon
    [url]http://www.websupergoo.com[/url]
    ..NET Image Components & Consultancy
    ----------------------------------------------------------------------


    Jos Vernon Guest

  5. #4

    Default Re: ASP.NET eats memory too much

    I don't think that is my application because if so that mean we have the
    way to make system crash by hosting web site written by asp.net

    Anyway, CLR could help us to handle it.

    Finally, the web page is so simple and connecting to sql by not using
    datagrid at all.



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Sara T. Guest

  6. #5

    Default Re: ASP.NET eats memory too much

    > I don't think that is my application because if so that mean we have the
    > way to make system crash by hosting web site written by asp.net
    Why do you think you shouldn't be able to crash asp.net? It may not crash in
    the same way as a C app but it can still stop working just as effectively.

    Best Wishes

    Jos

    ----------------------------------------------------------------------
    jos vernon
    [url]http://www.websupergoo.com[/url]
    ..NET Image Components & Consultancy
    ----------------------------------------------------------------------


    Jos Vernon 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