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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Process being throttled every 5 minutes, why? 0
Windows 7 Problem with Services 4
Days Gone 0
VB and Mem Usage 3
Winform Memory Usage 3
Memory Usage of DataSet 2
w3wp memory usage 1
PowerPoint and memory usage 3

Back
Top