HighTechTalks DotNet Forums  

Memory Utilization

Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss Memory Utilization in the Dotnet Framework (CLR) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Kumar.A.P.P
 
Posts: n/a

Default Memory Utilization - 10-04-2007 , 07:18 AM







I have an issue on memory utilization in ASP.NET with C#.
When we open the application memory utilization will be around 20MB and if
traverse through other pages utilization keeps rising, it will never come
down.

Please let me know if anyone has solution for this issue.

--
Kumar.A.P.P
Software Engineer, Infosys Technologies Limited.
http://geekwithblog.WordPress.com

Reply With Quote
  #2  
Old   
Vadym Stetsiak
 
Posts: n/a

Default Re: Memory Utilization - 10-04-2007 , 03:17 PM






Hello, Kumar.A.P.P!

It seems like your web-app has memory leaks.
There can be a lot of reasons why it is happening. Have a look for at these
case studies
http://blogs.msdn.com/tess/archive/t...s/default.aspx

--
With best regards, Vadym Stetsiak.
Blog: http://vadmyst.blogspot.com

You wrote on Thu, 4 Oct 2007 04:18:01 -0700:


KAP> I have an issue on memory utilization in ASP.NET with C#.
KAP> When we open the application memory utilization will be around 20MB
KAP> and if traverse through other pages utilization keeps rising, it
KAP> will never come down.

KAP> Please let me know if anyone has solution for this issue.

KAP> --
KAP> Kumar.A.P.P
KAP> Software Engineer, Infosys Technologies Limited.
KAP> http://geekwithblog.WordPress.com




Reply With Quote
  #3  
Old   
Chris Mullins [MVP - C#]
 
Posts: n/a

Default Re: Memory Utilization - 10-04-2007 , 04:16 PM



Welcome to the world of memory leaks! Just using a Garbage Collected
environment doesn't quite mean that memory leaks are a thing of the past...

Download this and use the free trial:
http://memprofiler.com/

Take some snapshots of you app as it's being used, and compare them.

Hopefully the problem will end up being pretty obvious - it often is.

--
Chris Mullins

"Kumar.A.P.P" <KumarAPP (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have an issue on memory utilization in ASP.NET with C#.
When we open the application memory utilization will be around 20MB and if
traverse through other pages utilization keeps rising, it will never come
down.

Please let me know if anyone has solution for this issue.

--
Kumar.A.P.P
Software Engineer, Infosys Technologies Limited.
http://geekwithblog.WordPress.com



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.