My account: Login | Sign Up
Loading... 

Memory Leak in .Net app in microsoft.public.dotnet.framework.aspnet | Thread profile

Thread profile page for "Memory Leak in .Net app in microsoft.public.dotnet.framework.aspnet" on http://www.microsoft.com/communities/newsgroups.... This report page is a snippet summary view from a single thread "Memory Leak in .Net app in microsoft.public.dotnet.framework.aspnet", located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: Memory Leak in .Net app in microsoft.public.dotnet.framework.aspnet
Site: Discussions in microsoft.public.dotnet.framework.aspnet  Discussions in microsoft.public.dotnet.framework.aspnet - site profile
Forum: microsoft.public.dotnet.framework.aspnet  microsoft.public.dotnet.framework.aspnet - forum profile
Total authors: 3 authors
Total thread posts: 3 posts
Thread activity: no new posts during last week
Domain info for: microsoft.com

Thread posts in Memory Leak in .Net app in microsoft.public.dotnet.framework.aspnet:

1. 
Started 1 month, 3 weeks ago (2008-10-10 10:01:00)  by sqlnovice
I have an application that is using around 700MB and causing the memory leak. I have used GC.Collect in some methods thought I need to force Garbage Collection but the response time has increased than what it was before. I tried to dispose objects that i could see but of no help. How can I check on my machine my changes for any ...
Size: 792 bytes
Customize:  Customize "Memory Leak in .Net app in microsoft.public.dotnet.framework.aspnet :: microsoft.public.dotnet.framework.aspnet :: Discussions in microsoft.public.dotnet.framework.a..."
2. 
Started 1 month, 3 weeks ago (2008-10-10 13:14:00)  by bruce barker
if GC.Collect() releases memory than your code is not disposing objects correctly. if memory is still high, then you have static objects holding resources or real unmanged code leaks. use windbg and sos.dll to debug. -- bruce (sqlwork.com) "sqlnovice" wrote: > I have an application that is using around 700MB ...
Size: 1,179 bytes
Customize:  Customize "<b>Reply 1</b>: Memory Leak in .Net app in microsoft.public.dotnet.framework.aspnet :: microsoft.public.dotnet.framework.aspnet :: Discussions in microsoft.public.dotnet.framework.a..."
3. 
Started 1 month, 3 weeks ago (2008-10-11 22:07:00)  by harborsparrow
On Oct 10, 1:02 pm, sqlnovice <sqlnov...@discussions.microsoft.com> wrote: > I have an application that is using around 700MB and causing the memory leak. > I have used GC.Collect in some methods thought I need to force Garbage > Collection but the response time has increased than what it was before. I > tried to dispose objects that i...
Size: 1,685 bytes
Customize:  Customize "<b>Reply 2</b>: Memory Leak in .Net app in microsoft.public.dotnet.framework.aspnet :: microsoft.public.dotnet.framework.aspnet :: Discussions in microsoft.public.dotnet.framework.a..."
 

Top contributing authors for Memory Leak in .Net app in microsoft.public.dotnet.framework.aspnet

Name
Posts
sqlnovice
1
user's latest post:
Memory Leak in .Net app in...
Published (2008-10-10 10:01:00)
&nbsp; I have an application that is using around 700MB and causing the memory leak. I have used GC.Collect in some methods thought I need to force Garbage Collection but the response time has increased than what it was before. I tried to dispose objects that i could see but of no help. How can I check on my machine my changes for any improvement in memory. What are the key measurements I need to look for. any help is appreciated....
bruce barker
1
user's latest post:
Memory Leak in .Net app in...
Published (2008-10-10 13:14:00)
&nbsp; if GC.Collect() releases memory than your code is not disposing objects correctly. if memory is still high, then you have static objects holding resources or real unmanged code leaks. use windbg and sos.dll to debug. -- bruce (sqlwork.com) &quot;sqlnovice&quot; wrote: &gt; I have an application that is using around 700MB and causing the memory leak. &gt; I have used GC.Collect in some methods thought I need to force...
harborsparrow
1
user's latest post:
Memory Leak in .Net app in...
Published (2008-10-11 22:07:00)
&nbsp; On Oct 10, 1:02pm, sqlnovice &lt;sqlnov...@discussions.microsoft.com&gt; wrote: &gt; I have an application that is using around 700MB and causing the memory leak. &gt; I have used GC.Collect in some methods thought I need to force Garbage &gt; Collection but the response time has increased than what it was before. I &gt; tried to dispose objects that i could see but of no help. How can I check on &gt; my...