Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / September 2007

Tip: Looking for answers? Try searching our database.

Bytes in All Heaps

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
doom - 24 Sep 2007 08:14 GMT
Am having VS2005 on W2K3.

The definition of this "Bytes in All Heaps" is the sum of all the
heaps(Gen0+Gen1+Gen2+LOH). I could observe the value of "Bytes in All Heaps"
equals to (Gen1 + Gen2 + LOH) heap size and not including Gen0 heap size. Is
this a known bug or what.

user
Laura T. - 24 Sep 2007 10:50 GMT
Known, but not a bug.
Some counters related to memory management are refreshed/updated only at a
certain times.
For example, Bytes in All Heaps is updated only when GC collects, and
usually this means that
Gen0 (as it should) is gone (at least most of it).

More:
http://blogs.msdn.com/toddca/archive/2006/09/18/bytes-in-all-heaps-private-bytes.aspx

> Am having VS2005 on W2K3.
>
[quoted text clipped - 4 lines]
>
> user
Willy Denoyette [MVP] - 24 Sep 2007 13:35 GMT
> Known, but not a bug.
> Some counters related to memory management are refreshed/updated only at a
> certain times.
> For example, Bytes in All Heaps is updated only when GC collects, and
> usually this means that
> Gen0 (as it should) is gone (at least most of it).

Very true, and those Gen0 objects that aren't gone are now part of Gen1.

Willy.

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.