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. The Lounge
  3. .Net framework memory usage

.Net framework memory usage

Scheduled Pinned Locked Moved The Lounge
questioncsharpasp-netdotnetwindows-admin
2 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.
  • J Offline
    J Offline
    Jan R Hansen
    wrote on last edited by
    #1

    Hi, One of my clients would like to know how much memory .Net applications uses "in general". That is, apart from the apps own memory usage. I haven't been able to find a good source on the net that explains how much memory is used by the framework, how much is re-used when a second .net app is launched etc. This question is primarily targeted against desktop applications, i.e. not how much worker processes etc. use when IIS is executing asp.net applications. Any good references ? Or can anyone explain this ? Thanks in advance :o) /Jan Do you know why it's important to make fast decisions? Because you give yourself more time to correct your mistakes, when you find out that you made the wrong one. Chris Meech on deciding whether to go to his daughters graduation or a Neil Young concert

    D 1 Reply Last reply
    0
    • J Jan R Hansen

      Hi, One of my clients would like to know how much memory .Net applications uses "in general". That is, apart from the apps own memory usage. I haven't been able to find a good source on the net that explains how much memory is used by the framework, how much is re-used when a second .net app is launched etc. This question is primarily targeted against desktop applications, i.e. not how much worker processes etc. use when IIS is executing asp.net applications. Any good references ? Or can anyone explain this ? Thanks in advance :o) /Jan Do you know why it's important to make fast decisions? Because you give yourself more time to correct your mistakes, when you find out that you made the wrong one. Chris Meech on deciding whether to go to his daughters graduation or a Neil Young concert

      D Offline
      D Offline
      Dario Solera
      wrote on last edited by
      #2

      In my many tests I've got this data: WinForm "void" Application, just started: 9 MB or more WinForm "void" Application, minimized: ~3 MB WinForm "void" Application, after a hour or so, not minimized: 7 MB or more IIS aspnet_wp, just started, 1 "void" web app running: 25 MB or more IIS aspnet_wp, 2 "real" web apps running: 60 MB or more "void" means an empty form (create new Windows Forms project, compile and launch it) or a simple web application with 1 page and no code. "real" means a production web application, with SQL Server/Access database Consider that .NET 2.0 consumes a little more memory. AFAIK with two or more WinForms applications running, almost no memory is re-used. This is "experimental" data, it's not much reliable. ___________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA]

      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