Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. w3wp.exe reaching 500mb after several requests

w3wp.exe reaching 500mb after several requests

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminalgorithms
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    K P Kannan
    wrote on last edited by
    #1

    Our application is hosted in win 2003 server, iis6.0 ASP.NET 1.1 with vb.net After several requests(not a huge number) by the user, the worker process zooms up to 500 mb and it stops responding. It was tested from multiple machines. If the same application is tested from a single machine opening multiple instances, it increases the size somewhat by 2MB but doesn't reach 500 MB. We are checking for any memory leaks. The form that has been tested has got huge functionality of creating multiple contrls, mainly (input type=text) and it is assigned to the text of a ASP:literal control. The processing involves going through multiple functions in loops. Each loop having some string builders and it is assigned to main string builder. We are searching google also to find out ways of solving this. I request your help on this as this is a urgent one Thanks, K.P.Kannan

    K 1 Reply Last reply
    0
    • K K P Kannan

      Our application is hosted in win 2003 server, iis6.0 ASP.NET 1.1 with vb.net After several requests(not a huge number) by the user, the worker process zooms up to 500 mb and it stops responding. It was tested from multiple machines. If the same application is tested from a single machine opening multiple instances, it increases the size somewhat by 2MB but doesn't reach 500 MB. We are checking for any memory leaks. The form that has been tested has got huge functionality of creating multiple contrls, mainly (input type=text) and it is assigned to the text of a ASP:literal control. The processing involves going through multiple functions in loops. Each loop having some string builders and it is assigned to main string builder. We are searching google also to find out ways of solving this. I request your help on this as this is a urgent one Thanks, K.P.Kannan

      K Offline
      K Offline
      kubben
      wrote on last edited by
      #2

      I am guessing you aren't properly disposing of your string builders. You also are probably storing too many large objects in your Session variable. Just some guesses. Ben

      K 1 Reply Last reply
      0
      • K kubben

        I am guessing you aren't properly disposing of your string builders. You also are probably storing too many large objects in your Session variable. Just some guesses. Ben

        K Offline
        K Offline
        K P Kannan
        wrote on last edited by
        #3

        You are absolutely right. We were not clearing a session object properly and it was also huge. Thanks for the help

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups