Re: Stumped: What Garbage Collector?
From: Alvin Bruney [MVP] (vapor)
Date: 10/22/04
- Next message: Billg_sd: "Re: Stumped: What Garbage Collector?"
- Previous message: Billg_sd: "Stumped: What Garbage Collector?"
- In reply to: Billg_sd: "Stumped: What Garbage Collector?"
- Next in thread: Billg_sd: "Re: Stumped: What Garbage Collector?"
- Reply: Billg_sd: "Re: Stumped: What Garbage Collector?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 21 Oct 2004 20:03:41 -0500
are you manipulating very large datasets?
what are you doing that is taking so much memory?
-- Regards, Alvin Bruney [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx] Got tidbits? Get it here... http://tinyurl.com/27*** "Billg_sd" <Billgsd@discussions.microsoft.com> wrote in message news:9E08B385-A68F-464C-AE40-C475C70F169E@microsoft.com... > This n-tier .Net 1.1 WinForms app I'm working on starts at about 37 MB on > startup, As I use the app: > > view crystal reports, perform queries, load various forms > > it grows to over 250MB! It eventionally becomes so slow & unresponsive > (due > to thrashing) that you have to exit the app & restart. Even when I > deliberately call System.GC.Collect(), I recoup about 1MB RAM. This is > unacceptable. > > Furthermore, 90% of the used memory should be reclaimable since: > > 1) I'm back to the sign-on screen > 2) all forms have been closed > 3) all ADO.NET, SqlClient & related objects have gone out of scope. > > Why can't I reclaim memory? > > --Billg_sd > >
- Next message: Billg_sd: "Re: Stumped: What Garbage Collector?"
- Previous message: Billg_sd: "Stumped: What Garbage Collector?"
- In reply to: Billg_sd: "Stumped: What Garbage Collector?"
- Next in thread: Billg_sd: "Re: Stumped: What Garbage Collector?"
- Reply: Billg_sd: "Re: Stumped: What Garbage Collector?"
- Messages sorted by: [ date ] [ thread ]