Measure Memory Used By ASP.NET Application

  • Thread starter Thread starter Guadala Harry
  • Start date Start date
G

Guadala Harry

An ISP I'm considering tells me they limits ASP.NET Web applications to 128
MB RAM each (on a shared server - Windows Server 2003). How can I measure
the amount of memory used by my app? I'd like to have a pretty good idea
before moving this thing into production in such an environment.

Thanks!
 
Guadala Harry said:
An ISP I'm considering tells me they limits ASP.NET Web applications to
128
MB RAM each (on a shared server - Windows Server 2003). How can I measure
the amount of memory used by my app? I'd like to have a pretty good idea
before moving this thing into production in such an environment.

You might want to ask your ISP whether they are talking about physical
memory or virtual memory. That will tell you what you meed to measure.

John Saunders
 
Task Manager is the quick and dirty way to do it.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 

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

Back
Top