Memory usage

  • Thread starter Thread starter Jared
  • Start date Start date
J

Jared

Hi,

What is the typical memory usage for .NET application 2.0.

My app is around 30 meg, but sure sure that older version was around 2 megs.
What would cause dramatic change in size?
 
Unfortunately, the answer is, "It depends." I have several .NET 1.1
and 2.0 sample and test applications that range from 10 MB to 30 MB of
RAM when they first load. I guarentee you will not find a .NET
application that only uses 2 MB of RAM when it is being used. Sure,
maybe if you minimize the form, it will go down to 2 MB, but only
because it swapped out all that memory to the virtual memory on disk.
 
Back
Top